ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / DashboardLayout Constructor
The html helper
The selector






In This Topic
    DashboardLayout Constructor
    In This Topic
    Creates one DashboardLayout instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, _
       Optional ByVal selector As System.String _
    )
    'Usage
     
    
    Dim helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
    Dim selector As System.String
     
    Dim instance As New DashboardLayout(helper, selector)
    public DashboardLayout( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper helper,
       System.string selector
    )
    public DashboardLayout( 
        helper: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper;
        selector: System.String
    ); 
    public function DashboardLayout( 
       helper : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,
       selector : System.String
    );
    public: DashboardLayout( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper* helper,
       System.string* selector
    )
    public:
    DashboardLayout( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^ helper,
       System.String^ selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also