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)
Maps a HttpRequest to a SitecoreLayoutRequest.
SitecoreLayoutRequest Map(HttpRequest request)
Parameters
request
HttpRequestThe HttpRequest to map.
Returns
- SitecoreLayoutRequest
A mapped SitecoreLayoutRequest.