Skip to content

Commit 82e3ef2

Browse files
Update Controller.cs
1 parent a3168e6 commit 82e3ef2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

class/Controller.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ public void Control(WebForms Forms)
8585
WebFormsValue = Forms.GetFormsActionData();
8686
}
8787

88+
public void Control(WebForms Forms, bool IgnoreAll)
89+
{
90+
Control(Forms);
91+
92+
if (IgnoreAll)
93+
this.IgnoreAll();
94+
}
95+
8896
public void IgnoreAll()
8997
{
9098
IgnoreViewAndModel = true;

0 commit comments

Comments
 (0)