HelperPage.Server Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.