How do I disable Model validation for a single Action in a Controller ? Or can I do it per model by registering the model type at startup somewhere ?
I want the Mode
I use [ ValidateInput( false )]
Not sure if this prevents model validation, or only IIS submit validation.