Share via


ApplicationPart Class

Definition

Contains methods to register assemblies as application parts.

public class ApplicationPart
type ApplicationPart = class
Public Class ApplicationPart
Inheritance
ApplicationPart

Constructors

Name Description
ApplicationPart(Assembly, String)

Initializes a new instance of the ApplicationPart class by using the specified assembly and root virtual path.

Methods

Name Description
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.

Applies to