parent
30221a0229
commit
49a48a0a33
|
|
@ -9,6 +9,8 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extensions methods for <see cref="ValueProviderResult"/>.
|
/// Extensions methods for <see cref="ValueProviderResult"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("This type is obsolete and will be removed in a future version. " +
|
||||||
|
"The recommended alternative is System.ComponentModel.TypeDescriptor.GetConverter().")]
|
||||||
public static class ValueProviderResultExtensions
|
public static class ValueProviderResultExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue