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

In This Topic
    LayoutId Property (DashboardLayoutTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DashboardLayout.LayoutId. Sets the id of the layout applied
    Syntax
    'Declaration
     
    Public Property LayoutId As String
    public string LayoutId {get; set;}
    See Also