Logo
This component displays the portal or current app logo, depending on what app or portal the user is browsing.
This component, by default, links the logo image to the home page of the portal. If you wish the logo to link to a different page, you can populate the "href" attribute.
<aspx:logo runat='server' cssClass='site-logo-img'/>
Properties
| Property | Description |
|---|
| cssClass | CSS class assigned to the link of the logo |
| imageCssClass | CSS class assigned to the logo image |
| href | URL to which the user is forwarded to when they click on the logo |
| printVersion | boolean (true/false) - default: false,
When set to true, it will use the print version of the logo. |