PageHandlerModel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PageHandlerModel(PageHandlerModel) |
Crée un instance de à partir d’un PageHandlerModel .PageHandlerModel |
PageHandlerModel(MethodInfo, IReadOnlyList<Object>) |
Crée un PageHandlerModel. |
PageHandlerModel(PageHandlerModel)
- Source:
- PageHandlerModel.cs
- Source:
- PageHandlerModel.cs
- Source:
- PageHandlerModel.cs
Crée un instance de à partir d’un 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)
Paramètres
- other
- PageHandlerModel
PageHandlerModel qui doit être copié.
S’applique à
PageHandlerModel(MethodInfo, IReadOnlyList<Object>)
- Source:
- PageHandlerModel.cs
- Source:
- PageHandlerModel.cs
- Source:
- PageHandlerModel.cs
Crée un 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))
Paramètres
- handlerMethod
- MethodInfo
pour MethodInfo le gestionnaire.
- attributes
- IReadOnlyList<Object>
Tous les attributs annotés sur la méthode de gestionnaire.