System.Web.UI.WebControls.LoginView: Property Members

The properties of System.Web.UI.WebControls.LoginView are listed below. For a list of all members, see the LoginView Members list.

See Also: Inherited members from System.Web.UI.Control

Public Properties

AnonymousTemplateSystem.Web.UI.ITemplate.

Gets or sets the template to display to users who are not logged in to the Web site.

[read-only]
override
ControlsSystem.Web.UI.ControlCollection.

Gets the System.Web.UI.ControlCollection object that contains the child controls for the System.Web.UI.WebControls.LoginView control.

override
EnableThemingbool.

Gets or sets a value indicating whether themes can be applied to the System.Web.UI.WebControls.LoginView control.

LoggedInTemplateSystem.Web.UI.ITemplate.

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.

[read-only]
RoleGroupsRoleGroupCollection.

Gets a collection of role groups that associate content templates with particular roles.

override
SkinIDstring.

Gets or sets the skin to apply to the System.Web.UI.WebControls.LoginView control.