Html.BeginForm<T> does not the same things as Html.BeginForm()
description
Hi!
I'm using the Html.EnableClientValidation() method. When I use Html.BeginForm(...), it works fine. When I use Html.BeginForm<T>(...), it does not work.
The generated javascript have this setting: "FormId":"null"
I think it's because the generic does'nt set the FormContext.FormId property.