PageHandlerModel 建構函式

定義

多載

PageHandlerModel(PageHandlerModel)

從指定的 PageHandlerModel 建立 的新實例 PageHandlerModel

PageHandlerModel(MethodInfo, IReadOnlyList<Object>)

建立新的 PageHandlerModel

PageHandlerModel(PageHandlerModel)

來源:
PageHandlerModel.cs
來源:
PageHandlerModel.cs
來源:
PageHandlerModel.cs

從指定的 PageHandlerModel 建立 的新實例 PageHandlerModel

public:
 PageHandlerModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PageHandlerModel ^ other);
public PageHandlerModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel
Public Sub New (other As PageHandlerModel)

參數

other
PageHandlerModel

PageHandlerModel需要複製的 。

適用於

PageHandlerModel(MethodInfo, IReadOnlyList<Object>)

來源:
PageHandlerModel.cs
來源:
PageHandlerModel.cs
來源:
PageHandlerModel.cs

建立新的 PageHandlerModel

public:
 PageHandlerModel(System::Reflection::MethodInfo ^ handlerMethod, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PageHandlerModel (System.Reflection.MethodInfo handlerMethod, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel : System.Reflection.MethodInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel
Public Sub New (handlerMethod As MethodInfo, attributes As IReadOnlyList(Of Object))

參數

handlerMethod
MethodInfo

MethodInfo處理常式的 。

attributes
IReadOnlyList<Object>

處理常式方法上標注的任何屬性。

適用於