ODataPathParameterBindingAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementação de System.Web.Http.ParameterBindingAttribute usado para associar uma instância de como um parâmetro de ODataPath ação.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataPathParameterBindingAttribute : System.Web.Http.ParameterBindingAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataPathParameterBindingAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataPathParameterBindingAttribute = class
inherit ParameterBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataPathParameterBindingAttribute = class
inherit ModelBinderAttribute
Public NotInheritable Class ODataPathParameterBindingAttribute
Inherits ParameterBindingAttribute
Public NotInheritable Class ODataPathParameterBindingAttribute
Inherits ModelBinderAttribute
- Herança
-
System.Web.Http.ParameterBindingAttributeODataPathParameterBindingAttribute
- Herança
-
ODataPathParameterBindingAttribute
- Atributos
Construtores
ODataPathParameterBindingAttribute() |
Inicializa uma nova instância da classe ODataPathParameterBindingAttribute. |
Métodos
GetBinding(HttpParameterDescriptor) |
Obtém a associação do parâmetro. |