ApplicationPart Class
Contains methods to register assemblies as application parts.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The ApplicationPart type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationPart | Initializes a new instance of the ApplicationPart class by using the specified assembly and root virtual path. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ProcessVirtualPath | Resolves a path to the specified assembly or resource within an assembly by using the specified base virtual path and specified virtual path. |
![]() ![]() | Register | Adds an assembly and all web pages within the assembly to the list of available application parts. |
![]() | ToString | (Inherited from Object.) |
Show:
