IWebApplication Interface
.NET Framework (current version)
Provides an interface for accessing a Web application in a design host, such as Microsoft Visual Studio 2005, at design time.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | RootProjectItem | Gets the root project item from the design host. |
| Name | Description | |
|---|---|---|
![]() | 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:

