Class HttpLayoutRequestHandlerOptions
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Configuration
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Options to control the HttpLayoutRequestHandler for the Sitecore layout service.
public class HttpLayoutRequestHandlerOptions : IMapRequest<HttpRequestMessage>
- Inheritance
-
HttpLayoutRequestHandlerOptions
- Implements
- Inherited Members
Properties
RequestMap
Gets the list of mappings from a SitecoreLayoutRequest to T.
public List<Action<SitecoreLayoutRequest, HttpRequestMessage>> RequestMap { get; init; }