DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM THE RELEASE TAB

No these aren't changes to make the demos work at CG09. Move along

[TFS Changeset #55237]
This commit is contained in:
slace
2009-06-21 19:12:55 +00:00
parent b4f898fe8c
commit 8f6415abee
15 changed files with 8669 additions and 201 deletions

View File

@@ -25,6 +25,7 @@ namespace umbraco
return umbraco.BasePages.UmbracoEnsuredPage.CurrentUser;
}
[Obsolete("Use umbraco.Presentation.UmbracoContext.Current.Request[key]",false)]
public static string Request(string text)
{
string temp = string.Empty;
@@ -181,15 +182,11 @@ namespace umbraco
*/
}
[Obsolete("Use umbraco.presentation.UmbracContext.Current.GetBaseUrl()")]
public static string GetBaseUrl(HttpContext Context)
{
return Context.Request.Url.GetLeftPart(UriPartial.Authority);
}
}
/// <summary>