We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0b298 commit afdf144Copy full SHA for afdf144
src/Mvc/Mvc.Abstractions/src/ModelBinding/IValueProvider.cs
@@ -19,7 +19,7 @@ public interface IValueProvider
19
/// Retrieves a value object using the specified key.
20
/// </summary>
21
/// <param name="key">The key of the value object to retrieve.</param>
22
- /// <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>
23
ValueProviderResult GetValue(string key);
24
}
25
0 commit comments