Table of Contents

Class GeneralSelector

Namespace
Kentico.Components.Web.Mvc.FormComponents
Assembly
Kentico.Content.Web.Mvc.dll

Represents an general selector form component.

public class GeneralSelector : ObjectSelectorComponentBase<GeneralSelectorProperties, GeneralSelectorItem>
Inheritance
object
ObjectSelectorComponentBase<GeneralSelectorProperties, GeneralSelectorItem>
GeneralSelector
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the GeneralSelector identifier.

public const string IDENTIFIER = "Kentico.GeneralSelector"

Field Value

string

Methods

GetItemsEndpointUrl()

Gets the endpoint URL that provides data for the selector component.

public override string GetItemsEndpointUrl()

Returns

string

GetSelectedListItemsAsync()

Returns selected objects as list items.

public override Task<IEnumerable<SelectListItem>> GetSelectedListItemsAsync()

Returns

Task<IEnumerable<SelectListItem>>