开发者

Sharepoint: hide left (quicklaunch) navigation menu

开发者 https://www.devze.com 2022-12-09 03:07 出处:网络
how can I hide (se开发者_运维问答rver-side) the left navigation menu? ThanksI founfd the answer by myself:

how can I hide (se开发者_运维问答rver-side) the left navigation menu? Thanks


I founfd the answer by myself:

Master.FindControl("PlaceHolderLeftNavBar").Visible = false;
0

精彩评论

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