NewLife/NewLife.Cube

GroupView不要.cshtml后缀
智能大石头 authored at 2024-09-26 23:59:14
6082828
Tree
1 Parent(s) 4be300f
Summary: 1 changed files with 1 additions and 1 deletions.
Modified +1 -1
Modified +1 -1
diff --git a/NewLife.CubeNC/ViewModels/FormField.cs b/NewLife.CubeNC/ViewModels/FormField.cs
index df36b74..3a53209 100644
--- a/NewLife.CubeNC/ViewModels/FormField.cs
+++ b/NewLife.CubeNC/ViewModels/FormField.cs
@@ -9,7 +9,7 @@ public delegate Object GetExpandDelegate(Object entity);
 public class FormField : DataField
 {
 #if MVC
-    /// <summary>MVC特有,表单字段的分部视图名称。对标_Form_Group,允许针对字段定义视图</summary>
+    /// <summary>MVC特有,表单字段的分部视图名称,不要.cshtml后缀。对标_Form_Group,允许针对字段定义视图</summary>
     public String GroupView { get; set; }
 
     /// <summary>获取扩展字段委托。当前字段所表示的对象,各属性作为表单字段展开</summary>