标签: css asp.net-mvc
将html.beginform添加到视图时,样式会更改表单内的所有内容。我假设它,因为它在我的引导样式的某处使用了一个表单类。你可以删除内联样式吗?
@using (Html.BeginForm("action", "controller")) { }