マークアップがある場合
<div data-role="page" @(Page.Id == null ? string.Empty : "id=" + Page.Id) data-fullscreen="false">
_Layoutページで、誰かがBrowse.cshtmlビューにアクセスしたときに、data-fullscreen = "true"を変更したいのですが、どうすればこれを実現できますか?
マークアップがある場合
<div data-role="page" @(Page.Id == null ? string.Empty : "id=" + Page.Id) data-fullscreen="false">
_Layoutページで、誰かがBrowse.cshtmlビューにアクセスしたときに、data-fullscreen = "true"を変更したいのですが、どうすればこれを実現できますか?