BindAttribute.IModelNameProvider.Name 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.
Represents the model name used during model binding.
property System::String ^ Microsoft::AspNetCore::Mvc::ModelBinding::IModelNameProvider::Name { System::String ^ get(); };string Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider.Name { get; }string? Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider.Name { get; }member this.Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider.Name : string ReadOnly Property Name As String Implements IModelNameProvider.Name