File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Mvc/Mvc.ViewFeatures/src/Rendering Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,8 @@ IHtmlContent EditorFor<TResult>(
188
188
/// <summary>
189
189
/// Returns an <input> element of type "hidden" for the specified <paramref name="expression"/>. Adds a
190
190
/// "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"/>.
194
193
/// See <see cref="NameFor"/> for more information about a "full name".
195
194
/// </summary>
196
195
/// <param name="expression">An expression to be evaluated against the current model.</param>
You can’t perform that action at this time.
0 commit comments