Fixing typo (an -> a)
This commit is contained in:
parent
11d747fc33
commit
39f41eae3c
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
|||
namespace Microsoft.AspNetCore.Mvc
|
||||
{
|
||||
/// <summary>
|
||||
/// An filter that skips antiforgery token validation.
|
||||
/// A filter that skips antiforgery token validation.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
|
||||
public class IgnoreAntiforgeryTokenAttribute : Attribute, IAntiforgeryPolicy, IOrderedFilter
|
||||
|
|
|
|||
Loading…
Reference in New Issue