ModelMetadataProviderExtensions.GetModelExplorerForType Metoda

Definicja

Pobiera element ModelExplorer dla podanego modelType i model.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ GetModelExplorerForType(Microsoft::AspNetCore::Mvc::ModelBinding::IModelMetadataProvider ^ provider, Type ^ modelType, System::Object ^ model);
public static Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer GetModelExplorerForType (this Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider provider, Type modelType, object model);
static member GetModelExplorerForType : Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider * Type * obj -> Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer
<Extension()>
Public Function GetModelExplorerForType (provider As IModelMetadataProvider, modelType As Type, model As Object) As ModelExplorer

Parametry

modelType
Type

Zadeklarowany Type obiekt modelu.

model
Object

Obiekt modelu.

Zwraca

A ModelExplorer dla i modelTypemodel.

Dotyczy