Table of Contents

Property GlobalRequestHandlers

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

GlobalRequestHandlers

Gets or sets the global requests handlers that will be executed in all matched routes.

public IRequestHandler[]? GlobalRequestHandlers { get; set; }

Property Value

IRequestHandler[]