public FlxTemplater() { httpC = HttpContext.Current; _domain = getDomain(httpC.Request.Url.GetLeftPart(UriPartial.Authority)); _subDomain = httpC.Request.Url.GetLeftPart(UriPartial.Scheme); _loaded = false; _args = new XsltArgumentList(); _xslt = new xmlTransformerMvp(); persistBrowserVars(); AddXML("proj",clsBrowserVarsXML); }
public FlxTemplater() { httpC = HttpContext.Current; _domain = getDomain(httpC.Request.Url.GetLeftPart(UriPartial.Authority)); _subDomain = httpC.Request.Url.GetLeftPart(UriPartial.Scheme); _loaded = false; _args = new XsltArgumentList(); _xslt = new xmlTransformerMvp(); persistBrowserVars(); AddXML("proj", clsBrowserVarsXML); }