ModelBindingContext.BinderModelName 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 or sets a model name which is explicitly set using an IModelNameProvider.
public:
abstract property System::String ^ BinderModelName { System::String ^ get(); void set(System::String ^ value); };
public abstract string BinderModelName { get; set; }
public abstract string? BinderModelName { get; set; }
member this.BinderModelName : string with get, set
Public MustOverride Property BinderModelName As String