Table of Contents

Class DefaultMessagePage

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

Provides methods for creating informative static pages used by Sisk.

public sealed class DefaultMessagePage
Inheritance
DefaultMessagePage
Inherited Members

Constructors

DefaultMessagePage()

Initializes a new instance of the DefaultMessagePage class.

Properties

FooterNote

Gets or sets the footer note text used by the page code.

Instance

Gets the singleton instance of the default message page.

Styles

Gets or sets the page CSS string used by the page code.

Methods

CreateMessageHtml(in HttpStatusInformation, string)

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

CreateMessageHtml(string, string)

Creates an static default page with given header and description.