ApplicationPart Class
Definition
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.
Contains methods to register assemblies as application parts.
public class ApplicationPart
type ApplicationPart = class
Public Class ApplicationPart
- Inheritance
-
ApplicationPart
Constructors
ApplicationPart(Assembly, String) |
Initializes a new instance of the ApplicationPart class by using the specified assembly and root virtual path. |
Methods
ProcessVirtualPath(Assembly, String, String) |
Resolves a path to the specified assembly or resource within an assembly by using the specified base virtual path and specified virtual path. |
Register(ApplicationPart) |
Adds an assembly and all web pages within the assembly to the list of available application parts. |