Try our conversational search powered by Generative AI!

Can regions be placed above body tag (i.e within <head> </head>) in Framework user control

Vote:
 
... ... ...
#12669
Jun 08, 2006 12:05
Vote:
 
Murali, If you look at the sample templates provided with EPiServer you'll see that there is a user control that formats the section (templates/Units/Header.ascx), and is referenced in the DefaultFramework.ascx framework definition as <%@ Control Language="c#" AutoEventWireup="false" Codebehind="DefaultFramework.ascx.cs" Inherits="development.Frameworks.DefaultFramework" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> <%@ Register TagPrefix="EPiServer" Namespace="EPiServer.WebControls" Assembly="EPiServer" %> ]]> <%@ Register TagPrefix="development" TagName="Listing" Src="~/templates/Units/Listing.ascx"%> <%@ Register TagPrefix="development" TagName="TopMenu" Src="~/templates/Units/TopMenu.ascx"%> <%@ Register TagPrefix="development" TagName="LeftMenu" Src="~/templates/Units/Menu.ascx"%> <%@ Register TagPrefix="development" TagName="PageBody" Src="~/templates/Units/PageBody.ascx"%> <%@ Register TagPrefix="development" TagName="PageHeader" Src="~/templates/Units/PageHeader.ascx"%> <%@ Register TagPrefix="development" TagName="Print" Src="~/templates/Units/PrintFunctions.ascx"%> <%@ Register TagPrefix="development" TagName="Quicksearch" Src="~/templates/Units/QuickSearch.ascx"%> <%@ Register TagPrefix="development" TagName="QuickBar" Src="~/templates/Units/QuickBar.ascx"%> <%@ Register TagPrefix="development" TagName="RightListing" Src="~/templates/Units/RightListing.ascx"%> <%@ Register TagPrefix="development" TagName="WriterInfo" Src="~/templates/Units/WriterInfo.ascx"%> <%@ Register TagPrefix="development" TagName="BreadCrumbs" Src="~/templates/Units/BreadCrumbs.ascx"%>
#14716
Jun 08, 2006 16:19
Vote:
 
Oops, didn't format as I'd have liked. What I'm trying to say is that it would be easy to add another user control to set what you want your BrowserTitle region to hold. Cheers, Mark
#14717
Jun 08, 2006 16:21
Vote:
 
Hi Mark Thank you very much. Regards Murali
#14718
Jun 09, 2006 10:39
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.