CreateUserWizard.EditProfileUrl Property
.NET Framework 3.0
Gets or sets the URL of the user profile editing page.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_EditProfileUrl () /** @property */ public void set_EditProfileUrl (String value)
public function get EditProfileUrl () : String public function set EditProfileUrl (value : String)
Not applicable.
Property Value
The URL of the user profile editing page. The default value is an empty string ("").Community Additions
ADD
Show: