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

In This Topic
    For Property (InputTimeTagHelper)
    In This Topic
    An expression to be evaluated against the current model.
    Syntax
    'Declaration
     
    Public Property For As ModelExpression
    public ModelExpression For {get; set;}
    See Also