다음을 통해 공유


PageArgumentBinder.BindAsync(PageContext, Object, String, Type) 메서드

정의

protected:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::ModelBinding::ModelBindingResult> ^ BindAsync(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ context, System::Object ^ value, System::String ^ name, Type ^ type);
protected abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult> BindAsync (Microsoft.AspNetCore.Mvc.RazorPages.PageContext context, object value, string name, Type type);
abstract member BindAsync : Microsoft.AspNetCore.Mvc.RazorPages.PageContext * obj * string * Type -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult>
Protected MustOverride Function BindAsync (context As PageContext, value As Object, name As String, type As Type) As Task(Of ModelBindingResult)

매개 변수

context
PageContext
value
Object
name
String
type
Type

반환

적용 대상