C# Class Cedar.Framework.Common.Client.HttpContextExtensions

Datei anzeigen Open project: Chinaccn/surfboard

Public Properties

Property Type Description
keyOfErrorMessage string

Public Methods

Method Description
ClearErrorMessage ( this context ) : void

GetErrorMessage ( this context ) : string

SetErrorMessage ( this context, string errorMessage ) : void

Method Details

ClearErrorMessage() public static method

public static ClearErrorMessage ( this context ) : void
context this
return void

GetErrorMessage() public static method

public static GetErrorMessage ( this context ) : string
context this
return string

SetErrorMessage() public static method

public static SetErrorMessage ( this context, string errorMessage ) : void
context this
errorMessage string
return void

Property Details

keyOfErrorMessage public_oe static_oe property

public static string keyOfErrorMessage
return string