Interface ISitecoreLayoutClient

Version: 21.x

Supports making requests to the Sitecore layout service.

Inherited Members

ILayoutRequestHandler.Request(SitecoreLayoutRequest, String)

Namespace: Sitecore.LayoutService.Client

Assembly: Sitecore.LayoutService.Client.Abstractions.dll

Syntax
public interface ISitecoreLayoutClient : ILayoutRequestHandler

Methods

Request(SitecoreLayoutRequest)

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

Declaration
Task<SitecoreLayoutResponse> Request(SitecoreLayoutRequest request)
Parameters
TypeNameDescription
SitecoreLayoutRequestrequestThe request details.
Returns
TypeDescription
System.Threading.Tasks.Task

<

SitecoreLayoutResponse

>
The response of the request.
If you have suggestions for improving this article, let us know!