String getBaseHref() Source String getBaseHref() { var href = getBaseElementHref(); if (href == null) { return null; } return _relativePath(href); }