ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / Id Property

In This Topic
    Id Property (Component)
    In This Topic
    Gets or sets the component id.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Overridable Property Id As String
    [C1Ignore()]
    public virtual string Id {get; set;}
    See Also