C# Class SisoDb.Management.HttpContextAdapter

Inheritance: IContextAdapter
Afficher le fichier Open project: MikaelEliasson/SisoDb.Management

Méthodes publiques

Méthode Description
GetAppRelativeCurrentExecutionFilePath ( ) : string
GetFormValue ( string key ) : string
SetContentType ( string contentType ) : void
SetStatusCode ( int statusCode ) : void
Write ( string response ) : void

Method Details

GetAppRelativeCurrentExecutionFilePath() public méthode

public GetAppRelativeCurrentExecutionFilePath ( ) : string
Résultat string

GetFormValue() public méthode

public GetFormValue ( string key ) : string
key string
Résultat string

SetContentType() public méthode

public SetContentType ( string contentType ) : void
contentType string
Résultat void

SetStatusCode() public méthode

public SetStatusCode ( int statusCode ) : void
statusCode int
Résultat void

Write() public méthode

public Write ( string response ) : void
response string
Résultat void