System.Web.UI.WebControls.LoginView.LoggedInTemplate Property

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 LoginView.RoleGroups property.

Syntax

[System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.LoginView))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Browsable(false)]
public virtual System.Web.UI.ITemplate LoggedInTemplate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The LoginView.LoggedInTemplate property is displayed to Web site users when both of the following conditions are met:

The LoginView.LoggedInTemplate property specifies a default template for authenticated Web site users. If you have not configured role management, the LoginView.LoggedInTemplate is the only template available for authenticated users. For more information about configuring role management, see Understanding ASP.NET Role Management.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0