ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowScriptsTagHelper Class / GetObjectInstance Method
The parent object. It is optional.

In This Topic
    GetObjectInstance Method (MultiRowScriptsTagHelper)
    In This Topic
    Gets the T instance.
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       Optional ByVal parent As Object _
    ) As Object
    protected virtual object GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    The parent object. It is optional.

    Return Value

    An instance of T
    See Also