Table of Contents

Property RouterResponse

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

RouterResponse

Gets the HttpResponse for this context. This property acessible when a post-executing IRequestHandler was executed for this router context.

public HttpResponse? RouterResponse { get; }

Property Value

HttpResponse