提交 577dfd5d 编写于 作者: M Marek Habersack

[asp.net] Fix for bug #643298. A typo prevented the EnableViewStateMac from...

[asp.net] Fix for bug #643298. A typo prevented the EnableViewStateMac from being recognized in the Page directive.
上级 57dae7a3
......@@ -432,7 +432,7 @@ namespace System.Web.UI
enable_event_validation = GetBool (atts, "EnableEventValidation", enable_event_validation);
maintainScrollPositionOnPostBack = GetBool (atts, "MaintainScrollPositionOnPostBack", maintainScrollPositionOnPostBack);
if (atts.Contains ("EnableViewState")) {
if (atts.Contains ("EnableViewStateMac")) {
enableViewStateMac = GetBool (atts, "EnableViewStateMac", enableViewStateMac);
enableViewStateMacSet = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册