If I have markup
<div data-role="page" @(Page.Id == null ? string.Empty : "id=" + Page.Id) data-fullscreen="false">
In my _Layout page and when someone goes to my Browse.cshtml view I want to change
data-fullscreen=”true” how could I accomplish this?
1 Answer