Share via


PageHandlerModel Class

Definition

Represents a handler in a PageApplicationModel.

public class PageHandlerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
Inheritance
PageHandlerModel
Implements

Constructors

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

Applies to