System.Web.UI.WebControls.Login.HelpPageUrl Property

Gets or sets the URL of the login Help page.

Syntax

[System.Web.UI.UrlProperty]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultValue("")]
public virtual string HelpPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.HelpPageUrl property contains the URL of the login Help page for the Web site. The Login.HelpPageText property contains the text used for the link.

If Login.HelpPageUrl is empty, text in the Login.HelpPageText property is displayed to the user, but is not formatted as a link.

If the Login.HelpPageText property is empty, the link to the login Help page is not available to the user.

Requirements

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