Obsoletes AllowAll on MemberAuthorizeAttribute

This commit is contained in:
Shannon
2015-08-21 12:15:45 +02:00
parent fe6d783222
commit cd3c17d73f
4 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ namespace Umbraco.Web.Mvc
/// <remarks>
/// This is the same as applying the [AllowAnonymous] attribute
/// </remarks>
[Obsolete("Use [AllowAnonymous] instead")]
public bool AllowAll { get; set; }
/// <summary>