ParseChildrenAttribute.ParseAsChildren 字段

定义

指示包含在服务器控件内的嵌套内容被分析为控件。

public: static initonly System::Web::UI::ParseChildrenAttribute ^ ParseAsChildren;
public static readonly System.Web.UI.ParseChildrenAttribute ParseAsChildren;
 staticval mutable ParseAsChildren : System.Web.UI.ParseChildrenAttribute
Public Shared ReadOnly ParseAsChildren As ParseChildrenAttribute 

字段值

注解

如果调用 字段 ParseAsChildren ,则服务器控件中包含的嵌套内容不会解析为属性;而是将其分析为控件。

适用于

另请参阅