ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / Text Property

In This Topic
    Text Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown<T>.Text. Sets the text shown on the control.
    Syntax
    'Declaration
     
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also