Merge pull request #7550 from stevetemple/v8/feature/obsolete-publishedcontent-url
Obsolete Url on IPublishedContent
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user