頁面內調用
private void Page_Load(object sender, System.EventArgs e)
{
strMsg="";
///////////////////////////////////////////////////////////////////////////////
object obj;
obj=XMLSize.XmlRestrict.Restrict("webPath","Notice_Login_txtContent",XMLRestrict.res);
XMLSize.XMLRestrict.res=(strRestric)obj;
string msgContent=XMLRestrict.res.msgPage;
string msgPrompt=XMLRestrict.res.msgPrompt;
int txtContentSize=XMLRestrict.res.size;
this.lblTxt.Text=msgContent;
this.txtContent.MaxLength=txtContentSize;
this.strMsg=msgPrompt;
//////////////////////////////////////////////////////////////////////////////
}
XML文件
<?XML version="1.0" encoding="utf-8" ?>
<Tree>
<Node>
<Name></Name>
<PageId>Notice_Login_txtContent</PageId>
<Control value="5"></Control>
<Message></Message>
</Node>
<Node>
<Name></Name>
<PageId></PageId>
<Control value="5"></Control>
<Message></Message>
</Node>
< /Tree>