CreateUserWizard::HelpPageUrl Property

 

Gets or sets the URL of the Help page.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ HelpPageUrl {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The URL of the Help page. The default value is an empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: