I'm running into a problem using the AllowHtml attribute to allow posting HTML strings with DotNetCasClient installed. Any help would be appreciated. The attribute works fine without the CAS client, but throws an error as soon as it is installed.
Model:
[AllowHtml]
public string Password { get; set; }
I'm running into a problem using the AllowHtml attribute to allow posting HTML strings with DotNetCasClient installed. Any help would be appreciated. The attribute works fine without the CAS client, but throws an error as soon as it is installed.
Model: [AllowHtml] public string Password { get; set; }
Stack Trace:
Server Error in '/' Application.