ServerInfo.GetHtml Method
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.
Displays information about the web server environment.
C#
public static System.Web.HtmlString GetHtml ();
static member GetHtml : unit -> System.Web.HtmlString
Public Shared Function GetHtml () As HtmlString
A string of name-value pairs that contains information about the web server.
Product | Versions |
---|---|
ASP.NET Web Pages | 3.2 |