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

In This Topic
    C1Property Property (StepOptionsTagHelper)
    In This Topic
    Gets or sets the property name which the taghelper is related to.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property C1Property As String
    public override string C1Property {get;}
    See Also