fix newline
This commit is contained in:
parent
4d4686147f
commit
fefad346ba
|
|
@ -219,8 +219,8 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
||||||
/// <paramref name="expression"/> to set <select> element's "name" attribute. Sanitizes the string
|
/// <paramref name="expression"/> to set <select> element's "name" attribute. Sanitizes the string
|
||||||
/// representation of the <paramref name="expression"/> to set element's "id" attribute.
|
/// representation of the <paramref name="expression"/> to set element's "id" attribute.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static HtmlString DropDownListFor<TModel, TResult>([
|
public static HtmlString DropDownListFor<TModel, TResult>(
|
||||||
NotNull] this IHtmlHelper<TModel> htmlHelper,
|
[NotNull] this IHtmlHelper<TModel> htmlHelper,
|
||||||
[NotNull] Expression<Func<TModel, TResult>> expression,
|
[NotNull] Expression<Func<TModel, TResult>> expression,
|
||||||
IEnumerable<SelectListItem> selectList,
|
IEnumerable<SelectListItem> selectList,
|
||||||
string optionLabel)
|
string optionLabel)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue