System.Web.HttpServerUtility

only for RuBoard

System.Web.HttpServerUtility

The System.Web.HttpServerUtility class (or server intrinsic object) provides access to utility functions for processing web requests . Table A.13 shows the properties of the HttpServerUtility class, and Table A.14 shows its methods .

Table A.13. Properties of the System.Web.HttpServerUtility Class

Property Name

Description

MachineName

Gets the web server's name.

ScriptTimeout

Gets or sets the request timeout in seconds.

Table A.14. Methods of the System.Web.HttpServerUtility Class

Method Name

Description

ClearError

Clears the previous exception.

CreateObject

Creates a COM object from the specified progid.

CreateObjectFromClsId

Creates a COM object from the specified clsid .

Execute

Executes a request to another page.

GetLastError

Returns the previous exception.

HtmlDecode

HTML decodes a string.

HtmlEncode

HTML encodes a string.

MapPath

Gets the physical path for the specified virtual path .

Transfer

Terminates execution of the current page and begins execution of a new request by using the supplied URL path.

UrlDecode

URL decodes a string.

UrlEncode

URL encodes a string.

UrlPathEncode

URL encodes the path portion of a string.

only for RuBoard


XML and ASP. NET
XML and ASP.NET
ISBN: B000H2MXOM
EAN: N/A
Year: 2005
Pages: 184

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net