FromUriAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クエリ文字列またはルート データから値をバインドできることを指定する属性。
[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取得します。 の場合 |
Name |
モデル名 |