[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.StylesTagHelper.GetObjectInstance

GetObjectInstance Method

GetObjectInstance(object)

Gets the TControl instance.

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

The parent object. It is optional.

Returns
Type Description
Component

An instance of TControl

Overrides