コード例 #1
0
 /// <summary>
 ///  Clear the cache on the Umbraco Content Moving notification
 /// </summary>
 public void Handle(ContentMovingNotification notification) => ClearOnEvents();
コード例 #2
0
 public void Handle(ContentMovingNotification notification) =>
 StoreOldRoutes(notification.MoveInfoCollection.Select(m => m.Entity), notification);