Interface ISitecoreLayoutClient

Version: 21.x

Supports making requests to the Sitecore layout service.

Namespace: Sitecore.LayoutService.Client
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public interface ISitecoreLayoutClient : ILayoutRequestHandler

Methods

Request(SitecoreLayoutRequest)

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

Declaration
RequestResponse
Task<SitecoreLayoutResponse> Request(SitecoreLayoutRequest request)
Parameters
TypeNameDescription
SitecoreLayoutRequestrequest

The request details.

Returns
TypeDescription
System.Threading.Tasks.Task<SitecoreLayoutResponse>

The response of the request.

Do you have some feedback for us?

If you have suggestions for improving this article,