HelperPage.Server Property

Definition

Gets the HttpServerUtility object that provides methods that can be used as part of web-page processing.

public static System.Web.HttpServerUtilityBase Server { get; }
member this.Server : System.Web.HttpServerUtilityBase
Public Shared ReadOnly Property Server As HttpServerUtilityBase

Property Value

The HttpServerUtility object.

Applies to