Condividi tramite


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

Definizione

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)

Parametri

context
PageContext
value
Object
name
String
type
Type

Restituisce

Si applica a