Obsolete Url on IPublishedContent

This commit is contained in:
Steve Temple
2020-01-31 13:08:32 +00:00
parent 537674a0b3
commit a8672790d3
6 changed files with 6 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ namespace Umbraco.Web.Models
public abstract DateTime UpdateDate { get; }
/// <inheritdoc />
[Obsolete("Use the Url() extension instead")]
public virtual string Url => this.Url();
/// <inheritdoc />