ModelExpression.ModelExplorer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the model explorer for the Expression of interest.
public:
property Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ ModelExplorer { Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer ModelExplorer { get; }
member this.ModelExplorer : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer
Public ReadOnly Property ModelExplorer As ModelExplorer
Property Value
Remarks
Getting Model will evaluate a compiled version of the original Expression.