Skip to content

Commit

Permalink
Merge branch 'feature/vNext' of https://github.com/dotnetcore/WTM int…
Browse files Browse the repository at this point in the history
…o feature/vNext
  • Loading branch information
liuliang-wt committed Jun 26, 2021
2 parents 6d9b119 + b677026 commit 47ce30d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/WalkingTec.Mvvm.Core/Grid/GridActionExtension`Old.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ public static GridAction SetShowDialog(this GridAction self, bool showDialog = t
self.ShowDialog = showDialog;
return self;
}
public static GridAction SetForcePost(this GridAction self, bool forcepost = true)
{
self.ForcePost = forcepost;
return self;
}


/// <summary>
/// 是否跳转到新页面
/// </summary>
Expand Down

0 comments on commit 47ce30d

Please sign in to comment.