PageHandlerModel 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.
Represents a handler in a PageApplicationModel.
public ref class PageHandlerModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PageHandlerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PageHandlerModel = class
interface ICommonModel
interface IPropertyModel
Public Class PageHandlerModel
Implements ICommonModel
- Inheritance
-
PageHandlerModel
- Implements
Constructors
PageHandlerModel(MethodInfo, IReadOnlyList<Object>) |
Creates a new PageHandlerModel. |
PageHandlerModel(PageHandlerModel) |
Creates a new instance of PageHandlerModel from a given PageHandlerModel. |
Properties
Attributes |
The attributes. |
HandlerName |
Gets or sets the handler method name. |
HttpMethod |
Gets or sets the HTTP method supported by this handler. |
MethodInfo |
Gets the MethodInfo for the handler. |
Name |
Gets or sets a descriptive name for the handler. |
Page |
Gets or sets the PageApplicationModel. |
Parameters |
Gets the sequence of PageParameterModel instances. |
Properties |
The properties. |
Explicit Interface Implementations
ICommonModel.MemberInfo |