Method CreateDefaultResponse
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
HttpStatusInformationThe static page status code.
longDescription
stringThe static page description text.