Click or drag to resize
RegisterCustomHelperAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public RegisterCustomHelperAttribute(
	Type type
)

Parameters

type
Type: SystemType
Type used as helper implementation.
See Also