PageArgumentBinder.BindAsync(PageContext, Object, String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- context
- PageContext
- value
- Object
- name
- String
- type
- Type