IPageApplicationModelPartsProvider Interface    
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.
Provides parts that are used to construct a PageApplicationModel instance
public interface class IPageApplicationModelPartsProviderpublic interface IPageApplicationModelPartsProvidertype IPageApplicationModelPartsProvider = interfacePublic Interface IPageApplicationModelPartsProviderMethods
| CreateHandlerModel(MethodInfo) | Creates a PageHandlerModel for the specified  | 
| CreateParameterModel(ParameterInfo) | Creates a PageParameterModel for the specified  | 
| CreatePropertyModel(PropertyInfo) | Creates a PagePropertyModel for the  | 
| IsHandler(MethodInfo) | Determines if the specified  |