Interface ISelectorHandler
A handler that handles fetch query parameter.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface ISelectorHandler : IQueryHandler, IDiscoverable
Methods
View SourceBuildSelectorOption(String)
Builds a Selector
Declaration
SelectorOption BuildSelectorOption(string selector)
Parameters
Type | Name | Description |
---|---|---|
System. |
selector | The selector query (i.e. "children:articles"). |
Returns
Type | Description |
---|---|
Selector |
A Selector |