[]
        
(Showing Draft Content)

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

GetObjectInstance Method

GetObjectInstance(object)

Gets the TControl instance.

Declaration
protected override TControl GetObjectInstance(object parent = null)
Parameters
Type Name Description
object parent

The parent object. It is optional.

Returns
Type Description
TControl

An instance of TControl

Overrides