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

In This Topic
    GetObjectInstance Method (AnnotationLayerTagHelper)
    In This Topic
    Overrides to get the C1.Web.Mvc.Extender object.
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       ByVal parent As Object _
    ) As AnnotationLayer(Of Object)
    protected virtual AnnotationLayer<object> GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also