System.Web.UI.WebControls.Login.CreateUserUrl Property

Gets or sets the URL of the new-user registration 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 CreateUserUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.CreateUserUrl property contains the URL of the new-user registration page for the Web site. The Login.CreateUserText property contains the text used for the link.

If the Login.CreateUserText property is empty, the link to the registration page is unavailable 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