Aracılığıyla paylaş


ModelMetadataProviderExtensions.GetModelExplorerForType Yöntem

Tanım

Sağlanan modelType ve modeliçin bir ModelExplorer alır.

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

Parametreler

modelType
Type

Model nesnesinin bildirildi Type .

model
Object

Model nesnesi.

Döndürülenler

ve modeliçin modelType AModelExplorer.

Şunlara uygulanır