Click or drag to resize
GetItemsActionRouteValues Class
The route values used by the object and general selectors controllers.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Selectors.InternalGetItemsActionRouteValues

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class GetItemsActionRouteValues

The GetItemsActionRouteValues type exposes the following members.

Constructors
  NameDescription
Public methodGetItemsActionRouteValues
Top
Properties
  NameDescription
Public propertyComponentIdentifier
The unique identifier of the component definition.
Public propertyComponentType
The type of the builder component.
Public propertyController
The selector controller name.
Public propertyPropertyName
The name of the component's properties model property which uses an editing form component.
Top
See Also