ModelStateDictionary.MarkFieldSkipped(String) Method
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.
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.