Aracılığıyla paylaş


FromUriAttribute Sınıf

Tanım

Değerin sorgu dizesinden veya yol verilerinden bağlanabileceğini belirten bir öznitelik.

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public class FromUriAttribute : Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IOptionalBinderMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type FromUriAttribute = class
    inherit Attribute
    interface IOptionalBinderMetadata
    interface IBindingSourceMetadata
    interface IModelNameProvider
Public Class FromUriAttribute
Inherits Attribute
Implements IBindingSourceMetadata, IModelNameProvider, IOptionalBinderMetadata
Devralma
FromUriAttribute
Öznitelikler
Uygulamalar

Oluşturucular

FromUriAttribute()

FromUriAttribute sınıfının yeni bir örneğini başlatır.

Özellikler

BindingSource

BindingSource öğesini alır.

IsOptional

Parametrenin ASP.NET Web API eylemi aşırı yüklemesine katılıp katılmadığını belirten bir değer alır. ise trueparametresi aşırı yüklemeye katılmaz. Aksi takdirde, olur.

Name

Model adı.

Şunlara uygulanır