• Error from MSDN——No5. Login.CreateUserIconUrl


     

    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属性是可读可写的,当前文档错误。
  • 相关阅读:
    上传文件
    Spring Boot Actuator构建RESTful We服务
    sql查询是否存在优化,不要再用count(*)了 AGREATE
    TCP/IP协议
    STM32F405移植ucosii一直进入HardFault_Handler死在这里
    STM32官方固件库
    C语言中如何给整数指定位数补0展示
    mysql511优化
    mysql510_3大范试
    mysql511索引和执行计划
  • 原文地址:https://www.cnblogs.com/polaris/p/303746.html
Copyright © 2020-2023  润新知