Class PageExtenderAttribute
Registers an extender for a UI page.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class PageExtenderAttribute : Attribute
- Inheritance
-
objectAttributePageExtenderAttribute
- Extension Methods
Constructors
PageExtenderAttribute(Type)
Initializes a new instance of the PageExtenderAttribute class.
public PageExtenderAttribute(Type extenderType)
Parameters
extenderType
TypeType of the extender.
Properties
ExtenderType
Type of the extender class of the UI page.
public Type ExtenderType { get; }
Property Value
- Type