Correct build break
- incorrect XML comment syntax for a few parameter references
This commit is contained in:
parent
fb773f4814
commit
654d45812b
|
|
@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -86,7 +86,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -121,7 +121,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -156,7 +156,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -183,7 +183,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString DisplayFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression)
|
||||
|
|
@ -209,7 +209,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString DisplayFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
|
|
@ -232,7 +232,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString DisplayFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
|
|
@ -259,7 +259,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString DisplayFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
|
|
@ -287,7 +287,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString DisplayFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -83,7 +83,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -115,7 +115,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -147,7 +147,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -171,7 +171,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression)
|
||||
|
|
@ -196,7 +196,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression, object additionalViewData)
|
||||
|
|
@ -218,7 +218,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression, string templateName)
|
||||
|
|
@ -244,7 +244,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression, string templateName, object additionalViewData)
|
||||
|
|
@ -270,7 +270,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorFor<TModel, TValue>([NotNull] this IHtmlHelper<TModel> html,
|
||||
[NotNull] Expression<Func<TModel, TValue>> expression, string templateName, string htmlFieldName)
|
||||
|
|
@ -286,7 +286,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
public static HtmlString EditorForModel([NotNull] this IHtmlHelper html)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/>'s value.
|
||||
/// <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
@ -258,7 +258,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <remarks>
|
||||
/// <para>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/>'s value.
|
||||
/// elements for each property in the <paramref name="expression"/>'s value.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Example <paramref name="expression"/>s include <c>string.Empty</c> which identifies the current model and
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the created HTML.</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> display template includes markup for each property in the
|
||||
/// <see cref="expression"/> result.
|
||||
/// <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
HtmlString DisplayFor<TValue>([NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
string templateName,
|
||||
|
|
@ -161,7 +161,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
/// <returns>A new <see cref="HtmlString"/> containing the <input> element(s).</returns>
|
||||
/// <remarks>
|
||||
/// For example the default <see cref="object"/> editor template includes <label> and <input>
|
||||
/// elements for each property in the <see cref="expression"/> result.
|
||||
/// elements for each property in the <paramref name="expression"/> result.
|
||||
/// </remarks>
|
||||
HtmlString EditorFor<TValue>([NotNull] Expression<Func<TModel, TValue>> expression,
|
||||
string templateName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue