ControllerBase +2 ~6
Problem(String, String, Int32?, String, String)
Problem(String, String, Int32?, String, String, IDictionary<String, Object>)
TryUpdateModelAsync(Object, Type, String)
TryUpdateModelAsync<TModel>(TModel, String)
TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel, Object>>[])
TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata, Boolean>)
ValidationProblem(String, String, Int32?, String, String, ModelStateDictionary)
ValidationProblem(String, String, Int32?, String, String, ModelStateDictionary, IDictionary<String, Object>)
net9.0
namespace Microsoft.AspNetCore.Mvc
{
[Controller]
public abstract class ControllerBase
{
[AsyncStateMachine(typeof(<TryUpdateModelAsync>d__189<TryUpdateModelAsync>d__191<?>))]
[NonAction]
public virtual Task<bool>! TryUpdateModelAsync<TModel>(TModel! model, string! prefix)
where TModel, class;
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Mvc.Core , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API