PageArgumentBinder.BindAsync(PageContext, Object, String, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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