Links and buttons

To know how to make an external link on the same domain, reload pages with Ajax Navigation and load pages without Ajax navigation, go to the Link documentation page.

Set IsInLine’s property to true to compact the button. By default, all buttons in the body content are styled as block-level element so they fill the width of the screen.

Code:

<mob:LinkButton ID="LinkButton1" runat="server" Text="Link button" Url="#"/>
InLine Button: <mob:LinkButton ID="LinkButton2" runat="server" IsInLine="true" Text="InLine button" Url="#"/>

Result: