mirror of https://github.com/abpframework/abp.git
4 changed files with 17 additions and 17 deletions
@ -1,10 +0,0 @@ |
|||
namespace Volo.Abp.AspNetCore.Mvc.AntiForgery |
|||
{ |
|||
public class AbpAntiForgeryPreOptions |
|||
{ |
|||
/// <summary>
|
|||
/// Default value: true.
|
|||
/// </summary>
|
|||
public bool AutoValidate { get; set; } = true; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue