다음을 통해 공유


PageArgumentBinder.TryUpdateModelAsync 메서드

정의

오버로드

TryUpdateModelAsync<TModel>(PageContext, TModel)
TryUpdateModelAsync<TModel>(PageContext, TModel, String)

TryUpdateModelAsync<TModel>(PageContext, TModel)

Source:
PageArgumentBinder.cs
Source:
PageArgumentBinder.cs
public:
generic <typename TModel>
 System::Threading::Tasks::Task<bool> ^ TryUpdateModelAsync(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ context, TModel value);
public System.Threading.Tasks.Task<bool> TryUpdateModelAsync<TModel> (Microsoft.AspNetCore.Mvc.RazorPages.PageContext context, TModel value);
member this.TryUpdateModelAsync : Microsoft.AspNetCore.Mvc.RazorPages.PageContext * 'Model -> System.Threading.Tasks.Task<bool>
Public Function TryUpdateModelAsync(Of TModel) (context As PageContext, value As TModel) As Task(Of Boolean)

형식 매개 변수

TModel

매개 변수

context
PageContext
value
TModel

반환

적용 대상

TryUpdateModelAsync<TModel>(PageContext, TModel, String)

Source:
PageArgumentBinder.cs
Source:
PageArgumentBinder.cs
public:
generic <typename TModel>
 System::Threading::Tasks::Task<bool> ^ TryUpdateModelAsync(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ context, TModel value, System::String ^ name);
public System.Threading.Tasks.Task<bool> TryUpdateModelAsync<TModel> (Microsoft.AspNetCore.Mvc.RazorPages.PageContext context, TModel value, string name);
member this.TryUpdateModelAsync : Microsoft.AspNetCore.Mvc.RazorPages.PageContext * 'Model * string -> System.Threading.Tasks.Task<bool>
Public Function TryUpdateModelAsync(Of TModel) (context As PageContext, value As TModel, name As String) As Task(Of Boolean)

형식 매개 변수

TModel

매개 변수

context
PageContext
value
TModel
name
String

반환

적용 대상