PageHandlerModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 中的 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
- 繼承
-
PageHandlerModel
- 實作
建構函式
PageHandlerModel(MethodInfo, IReadOnlyList<Object>) |
建立新的 PageHandlerModel。 |
PageHandlerModel(PageHandlerModel) |
從指定的 PageHandlerModel 建立 的新實例 PageHandlerModel 。 |
屬性
Attributes |
屬性。 |
HandlerName |
取得或設定處理常式方法名稱。 |
HttpMethod |
取得或設定這個處理常式支援的 HTTP 方法。 |
MethodInfo |
MethodInfo取得處理常式的 。 |
Name |
取得或設定處理常式的描述性名稱。 |
Page |
取得或設定 PageApplicationModel。 |
Parameters |
取得實例的順序 PageParameterModel 。 |
Properties |
屬性。 |
明確介面實作
ICommonModel.MemberInfo |
表示 中的 PageApplicationModel 處理常式。 |