Configurates
C1.Web.Mvc.DashboardLayout.LayoutId. Sets the id of the layout applied
Syntax
'Declaration
Public Function LayoutId( _
ByVal As String _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder LayoutId(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also