Class RegisterCustomHelperAttribute
- Namespace
- CMS
- Assembly
- CMS.Base.dll
Registers the custom helper within the system, replaces the default helper from which the defined one inherits.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterCustomHelperAttribute : Attribute, IInitAttribute
- Inheritance
-
objectAttributeRegisterCustomHelperAttribute
- Implements
- Extension Methods
Constructors
RegisterCustomHelperAttribute(Type)
Constructor
public RegisterCustomHelperAttribute(Type type)
Parameters
typeTypeType used as helper implementation.
Properties
MarkedType
Gets the type used as helper implementation.
public Type MarkedType { get; protected set; }
Property Value
- Type
Methods
Init()
Applies the attribute
public void Init()