Merge pull request #7550 from stevetemple/v8/feature/obsolete-publishedcontent-url

Obsolete Url on IPublishedContent
This commit is contained in:
Bjarke Berg
2020-02-11 13:09:46 +01:00
committed by GitHub
6 changed files with 6 additions and 2 deletions

View File

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