Gets the ASP-compatible Server object.
[Visual Basic] Public ReadOnly Property Server As HttpServerUtility [C#] public HttpServerUtility Server {get;} [C++] public: __property HttpServerUtility* get_Server(); [JScript] public function get Server() : HttpServerUtility;
The current state of the System.Web.UI.HttpServerUtility object.
Page Class | Page Members | System.Web.UI Namespace | HttpServerUtility