FromUriAttribute クラス

定義

クエリ文字列またはルート データから値をバインドできることを指定する属性。

[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
継承
FromUriAttribute
属性
実装

コンストラクター

FromUriAttribute()

FromUriAttribute クラスの新しいインスタンスを初期化します。

プロパティ

BindingSource

BindingSource を取得します。

IsOptional

パラメーターがアクションのオーバーロードに参加しているかどうかを示す値 ASP.NET Web API取得します。 の場合 true、パラメーターはオーバーロードに関与しません。 それ以外の場合は、そうします。

Name

モデル名

適用対象