LoginView.LoggedInTemplate Property
.NET Framework (current version)
Gets or sets the template to display to Web site users who are logged in to the Web site but are not members of one of the role groups specified in the RoleGroups property.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(LoginView))>] abstract LoggedInTemplate : ITemplate with get, set [<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(LoginView))>] override LoggedInTemplate : ITemplate with get, set
The LoggedInTemplate property is displayed to Web site users when both of the following conditions are met:
The user does not belong to a role group defined in the RoleGroups property.
The LoggedInTemplate property specifies a default template for authenticated Web site users. If you have not configured role management, the LoggedInTemplate is the only template available for authenticated users. For more information about configuring role management, see Understanding Role Management.
.NET Framework
Available since 2.0
Available since 2.0
Show: