[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BaseTagHelper-1.GetObjectInstance

GetObjectInstance Method

GetObjectInstance(object)

Gets the T instance.

Declaration
protected virtual T GetObjectInstance(object parent = null)
Protected Overridable Function GetObjectInstance(Optional parent As Object = Nothing) As T
Parameters
Type Name Description
object parent

The parent object. It is optional.

Returns
Type Description
T

An instance of T