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

In This Topic
    Placeholder Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown<T>.Placeholder. Sets the string shown as a hint when the control is empty.
    Syntax
    'Declaration
     
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also