ServerInfo.GetHtml Method

Definition

Displays information about the web server environment.

public static System.Web.HtmlString GetHtml ();
static member GetHtml : unit -> System.Web.HtmlString
Public Shared Function GetHtml () As HtmlString

Returns

A string of name-value pairs that contains information about the web server.

Applies to