Table of Contents

Interface ISitecoreLayoutClient

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Interfaces
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Supports making requests to the Sitecore layout service.

public interface ISitecoreLayoutClient : ILayoutRequestHandler
Inherited Members

Methods

Request(SitecoreLayoutRequest)

Invokes a request to the Sitecore layout service using the default handler name.

Task<SitecoreLayoutResponse> Request(SitecoreLayoutRequest request)

Parameters

request SitecoreLayoutRequest

The request details.

Returns

Task<SitecoreLayoutResponse>

The response of the request.