Table of Contents

Interface ILayoutRequestHandlerBuilder<THandler>

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

Contract for configuring named Sitecore layout service request handlers.

public interface ILayoutRequestHandlerBuilder<THandler> where THandler : ILayoutRequestHandler

Type Parameters

THandler

The type of handler being configured.

Extension Methods

Properties

HandlerName

Gets the name of the handler being configured.

string HandlerName { get; }

Property Value

string

Services

Gets the IServiceCollection where Sitecore layout services are configured.

IServiceCollection Services { get; }

Property Value

IServiceCollection