Пример #1
0
 public override async Task PublishedAsync(PublishContentContext context, RedirectPart part)
 {
     if (!string.IsNullOrWhiteSpace(part.FromUrl))
     {
         // Update entries from the index table after the session is committed.
         await _entries.UpdateEntriesAsync();
     }
 }