ModelBindingContext.OriginalModelName 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 the name of the top-level model. This is not reset to Empty when value providers have no match for that model.
public: property System::String ^ OriginalModelName { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string OriginalModelName { get; protected set; }
member this.OriginalModelName : string with get, set
Public Property OriginalModelName As String