MvcOptions.ModelBinderProviders プロパティ

定義

このアプリケーションで使用される の IModelBinderProvider一覧を取得します。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider ^> ^ ModelBinderProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider> ModelBinderProviders { get; }
member this.ModelBinderProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider>
Public ReadOnly Property ModelBinderProviders As IList(Of IModelBinderProvider)

プロパティ値

適用対象