diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperDisplayExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperDisplayExtensions.cs index ccac3b81b7..bf2224bab0 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperDisplayExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperDisplayExtensions.cs @@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -86,7 +86,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -121,7 +121,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -156,7 +156,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -183,7 +183,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// public static HtmlString DisplayFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression) @@ -209,7 +209,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// public static HtmlString DisplayFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, @@ -232,7 +232,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// public static HtmlString DisplayFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, @@ -259,7 +259,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// public static HtmlString DisplayFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, @@ -287,7 +287,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// public static HtmlString DisplayFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperEditorExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperEditorExtensions.cs index 16bb253ec5..3dd75b6837 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperEditorExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperEditorExtensions.cs @@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -83,7 +83,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -115,7 +115,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -147,7 +147,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -171,7 +171,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression) @@ -196,7 +196,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, object additionalViewData) @@ -218,7 +218,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, string templateName) @@ -244,7 +244,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, string templateName, object additionalViewData) @@ -270,7 +270,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorFor([NotNull] this IHtmlHelper html, [NotNull] Expression> expression, string templateName, string htmlFieldName) @@ -286,7 +286,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// public static HtmlString EditorForModel([NotNull] this IHtmlHelper html) { diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelper.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelper.cs index 03ce4f1d68..b9e302236f 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelper.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelper.cs @@ -177,7 +177,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default display template includes markup for each property in the - /// 's value. + /// 's value. /// /// /// Example s include string.Empty which identifies the current model and @@ -258,7 +258,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the 's value. + /// elements for each property in the 's value. /// /// /// Example s include string.Empty which identifies the current model and diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs index 4e755f152b..ef823912f5 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/IHtmlHelperOfT.cs @@ -74,7 +74,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the created HTML. /// /// For example the default display template includes markup for each property in the - /// result. + /// result. /// HtmlString DisplayFor([NotNull] Expression> expression, string templateName, @@ -161,7 +161,7 @@ namespace Microsoft.AspNet.Mvc.Rendering /// A new containing the <input> element(s). /// /// For example the default editor template includes <label> and <input> - /// elements for each property in the result. + /// elements for each property in the result. /// HtmlString EditorFor([NotNull] Expression> expression, string templateName,