aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
Ryan Nowak a500a93dfb Smarter antiforgery
Adds the concept of an IAntiforgeryPolicy marker interface as well as
the ability to overide policy with a 'closer' filter.

Adds a new [IgnoreAntiforgeryToken] attribute for overriding a scoped
antiforgery policy.

Adds a new [AutoValidateAntiforgeryToken] attribute (good name tbd) for
applying an application-wide antiforgery token. The idea is that you can
configure this as a global filter if your site is acting as a pure
browser-based or 1st party SPA. This new attribute only validates the
token for unsafe HTTP methods, so you can apply it broadly.
2016-01-05 17:24:33 -08:00
..
Buffer Reacting to IHtmlContentBuilder changes 2015-12-31 11:52:26 -08:00
Internal Smarter antiforgery 2016-01-05 17:24:33 -08:00
Properties
Rendering OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
ViewComponents Modify IViewComponentHelper to remove method selection ambiguity. 2015-12-23 10:02:51 -08:00
ViewEngines Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ViewFeatures Reacting to IHtmlContentBuilder changes 2015-12-31 11:52:26 -08:00
ControllerTest.cs Mock `HttpContext`, not `DefaultHttpContext` 2016-01-03 14:25:42 -08:00
ControllerUnitTestabilityTests.cs Mock `HttpContext`, not `DefaultHttpContext` 2016-01-03 14:25:42 -08:00
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
RemoteAttributeTest.cs [Fixes #3749] Expose ActionContext on IUrlHelper 2016-01-04 10:33:42 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestViewBufferScope.cs Move buffer types to ViewFeatures 2015-12-17 21:05:18 -08:00
ViewComponentResultTest.cs Modify IViewComponentHelper to remove method selection ambiguity. 2015-12-23 10:02:51 -08:00
ViewComponentTests.cs
ViewResultTest.cs Add `Model` assessor to `ViewResult` for MVC5 portability. 2015-12-14 16:16:41 -08:00
project.json Changes to use moq-netcore 2015-11-25 16:04:04 -08:00