Udostępnij za pośrednictwem


FromODataUriAttribute Klasa

Definicja

Implementacja System.Web.Http.ParameterBindingAttribute tego elementu może wiązać parametry identyfikatora URI przy użyciu konwencji OData.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type FromODataUriAttribute = class
    inherit ModelBinderAttribute
Public NotInheritable Class FromODataUriAttribute
Inherits ModelBinderAttribute
Dziedziczenie
System.Web.Http.ModelBinding.ModelBinderAttribute
FromODataUriAttribute
Dziedziczenie
FromODataUriAttribute
Atrybuty

Konstruktory

FromODataUriAttribute()

Tworzy nowe wystąpienie klasy FromODataUriAttribute.

Metody

GetBinding(HttpParameterDescriptor)

Pobiera powiązanie parametru.

Dotyczy