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

In This Topic
    Name Property (PlotAreaTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.PlotArea.Name. Sets the plot area name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also