PageArgumentBinder Class

Definition

Caution

This type is obsolete and will be removed in a future version.

public ref class PageArgumentBinder abstract
public abstract class PageArgumentBinder
[System.Obsolete("This type is obsolete and will be removed in a future version.")]
public abstract class PageArgumentBinder
type PageArgumentBinder = class
[<System.Obsolete("This type is obsolete and will be removed in a future version.")>]
type PageArgumentBinder = class
Public MustInherit Class PageArgumentBinder
Inheritance
PageArgumentBinder
Attributes

Constructors

PageArgumentBinder()

Methods

BindAsync(PageContext, Object, String, Type)
BindModelAsync(PageContext, Type, Object, String)
BindModelAsync<TModel>(PageContext, String)
BindModelAsync<TModel>(PageContext, TModel, String)
TryUpdateModelAsync<TModel>(PageContext, TModel)
TryUpdateModelAsync<TModel>(PageContext, TModel, String)

Applies to