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
| AnonymousTemplate | System.Web.UI.ITemplate.
Gets or sets the template to display to users who are not logged in to the Web site. | |
| [read-only] override | Controls | System.Web.UI.ControlCollection.
Gets the System.Web.UI.ControlCollection object that contains the child controls for the System.Web.UI.WebControls.LoginView control. |
override | EnableTheming | bool.
Gets or sets a value indicating whether themes can be applied to the System.Web.UI.WebControls.LoginView control. |
| LoggedInTemplate | System.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] | RoleGroups | RoleGroupCollection.
Gets a collection of role groups that associate content templates with particular roles. |
override | SkinID | string.
Gets or sets the skin to apply to the System.Web.UI.WebControls.LoginView control. |