Correct code comment (#13993)
This commit is contained in:
parent
7b0b2980dc
commit
afdf1443a9
|
|
@ -19,7 +19,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
|
||||||
/// Retrieves a value object using the specified key.
|
/// Retrieves a value object using the specified key.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">The key of the value object to retrieve.</param>
|
/// <param name="key">The key of the value object to retrieve.</param>
|
||||||
/// <returns>The value object for the specified key. If the exact key is not found, null.</returns>
|
/// <returns>The value object for the specified key. If the exact key is not found, <see cref="ValueProviderResult.None" />.</returns>
|
||||||
ValueProviderResult GetValue(string key);
|
ValueProviderResult GetValue(string key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue