Interface ISitecoreLayoutClient
Version: 21.x
Supports making requests to the Sitecore layout service.
Inherited Members
Namespace: Sitecore.LayoutService.Client
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public interface ISitecoreLayoutClient : ILayoutRequestHandlerMethods
Request(SitecoreLayoutRequest)
Invokes a request to the Sitecore layout service using the default handler name.
Declaration
RequestResponse
Task<SitecoreLayoutResponse> Request(SitecoreLayoutRequest request)Parameters
| Type | Name | Description |
|---|---|---|
| SitecoreLayoutRequest | request |
The request details. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<SitecoreLayoutResponse> |
The response of the request. |