dijit.layout.ContentPane.href
dojo.require("dijit.layout.ContentPane");
defined in dijit/layout/ContentPane.js
The href of the content that displays now. Set this at construction if you want to load data externally when the pane is shown. (Set preload=true to load it immediately.) Changing href after creation doesn't have any effect; see setHref();