HostingEnvironment.ApplicationHost Property

Definition

This property supports the ASP.NET infrastructure and is not intended to be used directly from your code.

public:
 static property System::Web::Hosting::IApplicationHost ^ ApplicationHost { System::Web::Hosting::IApplicationHost ^ get(); };
public static System.Web.Hosting.IApplicationHost ApplicationHost { get; }
static member ApplicationHost : System.Web.Hosting.IApplicationHost
Public Shared ReadOnly Property ApplicationHost As IApplicationHost

Property Value

An object that contains information about the application host.

Applies to

See also