(1)错误页面路径:
l ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref16/html/P_System_Web_UI_WebControls_Login_CreateUserIconUrl.htm
(2)页面内容:
Note: This property is new in the .NET Framework version 2.0.
Gets(错误在此) the location of an image to display next to the link to a registration page for new users.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Syntax
|
Visual Basic (Declaration) |
|
Public Overridable Property CreateUserIconUrl As String |
|
Visual Basic (Usage) |
|
Dim instance As Login
Dim value As String
value = instance.CreateUserIconUrl
instance.CreateUserIconUrl = value |
|
C# |
|
public virtual string CreateUserIconUrl { get; set; } |
|
C++ |
|
public:
virtual property String^ CreateUserIconUrl {
String^ get ();
void set (String^ value);
} |
|
J# |
|
/** @property */
public String get_CreateUserIconUrl ()
/** @property */
public void set_CreateUserIconUrl (String value) |
|
JScript |
|
public function get CreateUserIconUrl () : String
public function set CreateUserIconUrl (value : String) |
Property Value
The URL of the image to display. The default is Empty.
(3)简要说明:
Login控件的CreateUserIconUrl属性是可读可写的,当前文档错误。