Table of Contents

Property RouterResponse

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

RouterResponse

Gets or sets the HTTP response for this context. This property is only not null when a post-executing IRequestHandler was executed for this router context.

public HttpResponse? RouterResponse { get; }

Property Value

HttpResponse