ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / ATRTagHelper Class / GetObjectInstance Method

In This Topic
    GetObjectInstance Method (ATRTagHelper)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       ByVal parent As Object _
    ) As ATR(Of Object)
    protected virtual ATR<object> GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also