C# Class System.Web.HttpServerUtility

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
ClearError ( ) : void
Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm ) : void
Execute ( string path ) : void
Execute ( string path, TextWriter writer ) : void
Execute ( string path, TextWriter writer, bool preserveForm ) : void
Execute ( string path, bool preserveForm ) : void
GetLastError ( ) : Exception
HtmlDecode ( string s ) : string
HtmlDecode ( string s, TextWriter output ) : void
HtmlEncode ( string s ) : string
HtmlEncode ( string s, TextWriter output ) : void
MapPath ( string path ) : string
Transfer ( IHttpHandler handler, bool preserveForm ) : void
Transfer ( string path ) : void
Transfer ( string path, bool preserveForm ) : void
UrlDecode ( string s ) : string
UrlDecode ( string s, TextWriter output ) : void
UrlEncode ( string s ) : string
UrlEncode ( string s, TextWriter output ) : void
UrlPathEncode ( string s ) : string
UrlTokenDecode ( string input ) : byte[]
UrlTokenEncode ( byte input ) : string

Private Methods

Méthode Description
CreateObject ( Type type ) : object
CreateObject ( string progID ) : object
CreateObjectFromClsid ( string clsid ) : object
Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm, string exePath, string queryString, bool isTransfer, bool isInclude ) : void
Execute ( string path, TextWriter writer, bool preserveForm, bool isTransfer ) : void
HttpServerUtility ( HttpContext context ) : System.IO

Method Details

ClearError() public méthode

public ClearError ( ) : void
Résultat void

Execute() public méthode

public Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm ) : void
handler IHttpHandler
writer System.IO.TextWriter
preserveForm bool
Résultat void

Execute() public méthode

public Execute ( string path ) : void
path string
Résultat void

Execute() public méthode

public Execute ( string path, TextWriter writer ) : void
path string
writer System.IO.TextWriter
Résultat void

Execute() public méthode

public Execute ( string path, TextWriter writer, bool preserveForm ) : void
path string
writer System.IO.TextWriter
preserveForm bool
Résultat void

Execute() public méthode

public Execute ( string path, bool preserveForm ) : void
path string
preserveForm bool
Résultat void

GetLastError() public méthode

public GetLastError ( ) : Exception
Résultat System.Exception

HtmlDecode() public méthode

public HtmlDecode ( string s ) : string
s string
Résultat string

HtmlDecode() public méthode

public HtmlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

HtmlEncode() public méthode

public HtmlEncode ( string s ) : string
s string
Résultat string

HtmlEncode() public méthode

public HtmlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

MapPath() public méthode

public MapPath ( string path ) : string
path string
Résultat string

Transfer() public méthode

public Transfer ( IHttpHandler handler, bool preserveForm ) : void
handler IHttpHandler
preserveForm bool
Résultat void

Transfer() public méthode

public Transfer ( string path ) : void
path string
Résultat void

Transfer() public méthode

public Transfer ( string path, bool preserveForm ) : void
path string
preserveForm bool
Résultat void

UrlDecode() public méthode

public UrlDecode ( string s ) : string
s string
Résultat string

UrlDecode() public méthode

public UrlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

UrlEncode() public méthode

public UrlEncode ( string s ) : string
s string
Résultat string

UrlEncode() public méthode

public UrlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

UrlPathEncode() public méthode

public UrlPathEncode ( string s ) : string
s string
Résultat string

UrlTokenDecode() public static méthode

public static UrlTokenDecode ( string input ) : byte[]
input string
Résultat byte[]

UrlTokenEncode() public static méthode

public static UrlTokenEncode ( byte input ) : string
input byte
Résultat string