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
public class HttpLayoutRequestHandlerOptions : Object, IMapRequest<HttpRequestMessage>

Constructors

HttpLayoutRequestHandlerOptions()

Declaration
public HttpLayoutRequestHandlerOptions()

Properties

RequestMap

Gets or sets the list of mappings from a SitecoreLayoutRequest to T.

Declaration
public List<Action<SitecoreLayoutRequest, HttpRequestMessage>> RequestMap { get; set; }
Property Value
TypeDescription
System.Collections.Generic.List

<

System.Action

<

SitecoreLayoutRequest

,

System.Net.Http.HttpRequestMessage

>>

Implements

IMapRequest

If you have suggestions for improving this article, let us know!