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

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