Table of Contents

Interface ISitecoreLayoutRequestMapper

Namespace
Sitecore.AspNetCore.SDK.RenderingEngine.Interfaces
Assembly
Sitecore.AspNetCore.SDK.RenderingEngine.dll

Contract for implementing the mapping logic from a HttpRequest to a SitecoreLayoutRequest.

public interface ISitecoreLayoutRequestMapper

Methods

Map(HttpRequest)

SitecoreLayoutRequest Map(HttpRequest request)

Parameters

request HttpRequest

The HttpRequest to map.

Returns

SitecoreLayoutRequest

A mapped SitecoreLayoutRequest.