Class AntiforgeryTokenControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Blazor.dll
A class that contains Viewmodel bindings for the AntiforgeryToken control.
public class AntiforgeryTokenControlBindingModel<TView, TViewModel> : AbstractUnboundAntiforgeryTokenControlBindingModel<TView, TViewModel, AntiforgeryToken>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, AntiforgeryToken>AbstractUnboundAntiforgeryTokenControlBindingModel<TView, TViewModel, AntiforgeryToken>AntiforgeryTokenControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
AntiforgeryTokenControlBindingModel(Expression<Func<TView, AntiforgeryToken>>)
Initializes a new instance of the AntiforgeryTokenControlBindingModel<TView, TViewModel> class.
public AntiforgeryTokenControlBindingModel(Expression<Func<TView, AntiforgeryToken>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, AntiforgeryToken>>expression representing the control on the view to bind to.