开发者

change title name

开发者 https://www.devze.com 2023-01-06 04:16 出处:网络
i want to change the title of my page.aspx t开发者_Go百科hrough its control webcontrole.ascx Page.Header.Title = \"My Title\";

i want to change the title of my page.aspx t开发者_Go百科hrough its control webcontrole.ascx


Page.Header.Title = "My Title";

I would generally recommend against this, though. Why? Imagine if two controls tried to do this...

0

精彩评论

暂无评论...
验证码 换一张
取 消