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

In This Topic
    Name Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Name. Sets the name of the annotation.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also