Class HttpLayoutRequestHandlerOptions
Version: 21.x
Options to control the HttpLayoutRequestHandler for the Sitecore layout service.
Inheritance
System.Object
HttpLayoutRequestHandlerOptions
Implements
IMapRequest<System.Net.Http.HttpRequestMessage>
Namespace: Sitecore.LayoutService.Client
Assembly: Sitecore.LayoutService.Client.dll
Syntax
Constructors
HttpLayoutRequestHandlerOptions()
Declaration
Properties
RequestMap
Gets or sets the list of mappings from a SitecoreLayoutRequest to T.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Action<SitecoreLayoutRequest, System.Net.Http.HttpRequestMessage>> |