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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user