how to add different head two tags or different head information for my two directive
问题 I have main.cshtml file It has a head tag which includes css and js references. I have two directives / templates. I want to have different two title. When page1 opened (has template1) I want page's title to be Page-1. When page2 opened (has template2) I want page's title to be Page-2. I tried to put head tags to directive but it doesn't read title and icon-for-title. <div style="height: 100%"> <head> <title>{{::title}}</title>}} <link rel="shortcut icon" href="../../../../icons/icon1.ico"> <