Table of Contents

Method CreateDefaultResponse

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

CreateDefaultResponse(in HttpStatusInformation, string)

Creates an static default page with given status code and description.

public static HttpResponse CreateDefaultResponse(in HttpStatusInformation status, string longDescription)

Parameters

status HttpStatusInformation

The static page status code.

longDescription string

The static page description text.

Returns

HttpResponse