PageHandlerModel Class

Definition

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

Applies to