ModelStateDictionary.MarkFieldSkipped(String) Method
Definition
Marks the ValidationState for the entry with the specified key
as Skipped.
public:
void MarkFieldSkipped(System::String ^ key);
public void MarkFieldSkipped (string key);
member this.MarkFieldSkipped : string -> unit
Public Sub MarkFieldSkipped (key As String)
Parameters
- key
- String
The key of the ModelStateEntry to mark as skipped.