ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Control Class / UniqueId Property

In This Topic
    UniqueId Property (Control)
    In This Topic
    Gets a value which represents the unique id for the control.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property UniqueId As String
    public override string UniqueId {get;}
    See Also