I'm using the RadSiteMap in the context of the sitefinity breadcrumb widget...
So I've overrode the widget itself and have tried everything I can think of to stop the script from loading, but nothing seems to work.
Basically I just need to render out flat markup I dont need any client features of the widget...
Is it possible?
So I've overrode the widget itself and have tried everything I can think of to stop the script from loading, but nothing seems to work.
Basically I just need to render out flat markup I dont need any client features of the widget...
this
.SiteMapBreadcrumb.RenderMode = RenderMode.Lightweight;
this
.SiteMapBreadcrumb.EnableEmbeddedScripts =
false
;
this
.SiteMapBreadcrumb.EnableEmbeddedSkins =
false
;
this
.SiteMapBreadcrumb.EnableEmbeddedBaseStylesheet =
false
;
Is it possible?