Freigeben über


PageArgumentBinder.BindAsync(PageContext, Object, String, Type) Methode

Definition

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)

Parameter

context
PageContext
value
Object
name
String
type
Type

Gibt zurück

Gilt für: