IWebApplication Interface

Definition

Provides an interface for accessing a Web application in a design host, such as Microsoft Visual Studio 2005, at design time.

[System.Runtime.InteropServices.Guid("cff39fa8-5607-4b6d-86f3-cc80b3cfe2dd")]
public interface IWebApplication : IServiceProvider
Attributes
Implements

Properties

RootProjectItem

Gets the root project item from the design host.

Methods

GetProjectItemFromUrl(String)

Returns a project item from a design host based on its URL.

GetService(Type)

Gets the service object of the specified type.

(Inherited from IServiceProvider)
OpenWebConfiguration(Boolean)

Returns a Configuration object representing the current Web application in the design host.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also