Show / Hide Table of Contents

Interface ISitecoreLayoutRequestMapper

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

Namespace: Sitecore.AspNet.RenderingEngine
Assembly: Sitecore.AspNet.RenderingEngine.Abstractions.dll
Syntax
public interface ISitecoreLayoutRequestMapper

Methods

Map(HttpRequest)

Maps a Microsoft.AspNetCore.Http.HttpRequest to a SitecoreLayoutRequest.

Declaration
SitecoreLayoutRequest Map(HttpRequest request)
Parameters
Type Name Description
Microsoft.AspNetCore.Http.HttpRequest request

The Microsoft.AspNetCore.Http.HttpRequest to map.

Returns
Type Description
SitecoreLayoutRequest

A mapped SitecoreLayoutRequest.

Back to top Generated by DocFX