Skip to content

Commit 616226b

Browse files
authored
Docs: changed to align with function behaviour. (#54965)
1 parent ebdd545 commit 616226b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Mvc/Mvc.ViewFeatures/src/Rendering/IHtmlHelperOfT.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,8 @@ IHtmlContent EditorFor<TResult>(
188188
/// <summary>
189189
/// Returns an &lt;input&gt; element of type "hidden" for the specified <paramref name="expression"/>. Adds a
190190
/// "value" attribute to the element containing the first non-<c>null</c> value found in:
191-
/// the <see cref="ActionContext.ModelState"/> entry with full name,
192-
/// the <paramref name="expression"/> evaluated against <see cref="ViewDataDictionary.Model"/>, or
193-
/// the <paramref name="htmlAttributes"/> dictionary entry with key "value".
191+
/// the <see cref="ActionContext.ModelState"/> entry with full name or
192+
/// the <paramref name="expression"/> evaluated against <see cref="ViewDataDictionary.Model"/>.
194193
/// See <see cref="NameFor"/> for more information about a "full name".
195194
/// </summary>
196195
/// <param name="expression">An expression to be evaluated against the current model.</param>

0 commit comments

Comments
 (0)