daveaglick / FluentBootstrap

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
http://www.fluentbootstrap.com
MIT License
200 stars 76 forks source link

Question: does Html.Bootstrap.Form() use antiforgery tokens? #78

Closed mludlum closed 7 years ago

mludlum commented 7 years ago

Should I still make this call in my form or does fluent take care of it?

@Html.AntiForgeryToken()

daveaglick commented 7 years ago

Yeah, you'll still need that. FluentBootstrap doesn't do anything to help with embedding an anti cross site request forgery token.