Click or drag to resize
IFeatureSet Interface
Represents a set of features available for the current request.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IFeatureSet

The IFeatureSet type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodPageBuilder
Returns a feature that provides information about Page builder.
(Defined by IFeatureSetExtensions.)
Public Extension MethodPreview
Returns a feature that provides information about preview.
(Defined by IFeatureSetExtensions.)
Top
See Also