aspnetcore/src/Microsoft.AspNet.Mvc.Core/Rendering
harshgMSFT f26cc51e2e Introducing AntiForgery System :
- Config is cleaned up to not have IAdditionalDataProvider and SuppressIdentityChecks.

- Added a DefaultClaimUidExtractor which looks for NameIdentifier and if not present serializes entire claims.

- Added HtmlHelper.

- AntiForgery now returns an AntiForgeryTokenSet which represents a tuple of cookie and form tokens.
2014-04-24 18:12:11 -07:00
..
Expressions Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
Html Introducing AntiForgery System : 2014-04-24 18:12:11 -07:00
DynamicViewData.cs
FormMethod.cs
HtmlAttributePropertyHelper.cs
HtmlHelperDisplayExtensions.cs
HtmlHelperDisplayNameExtensions.cs Adding DisplayName, Label HtmlHelpers. 2014-04-16 11:41:47 -07:00
HtmlHelperFormExtensions.cs
HtmlHelperInputExtensions.cs
HtmlHelperLabelExtensions.cs Adding DisplayName, Label HtmlHelpers. 2014-04-16 11:41:47 -07:00
HtmlHelperLinkExtensions.cs Fix for #246 - ActionLink generating wrong urls 2014-04-15 15:23:59 -07:00
HtmlHelperNameExtensions.cs
HtmlHelperPartialExtensions.cs
HtmlHelperSelectExtensions.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
HtmlHelperValidationExtensions.cs
HtmlHelperValueExtensions.cs
HtmlString.cs
ICanHasViewContext.cs
IHtmlHelperOfT.cs Introducing AntiForgery System : 2014-04-24 18:12:11 -07:00
IView.cs
IViewEngine.cs
MultiSelectList.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
MvcForm.cs
SelectList.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
SelectListGroup.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
SelectListItem.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
ViewEngineResult.cs