Click or drag to resize
ExtensionPointT Class
Represents a point for extension methods.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcExtensionPointT

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class ExtensionPoint<T>
where T : class

Type Parameters

T
The type of the class that is a target of extension methods.

The ExtensionPointT type exposes the following members.

Properties
  NameDescription
Public propertyTarget
Instance of class that is a target of extension methods.
Top
See Also