Skip to content

Commit b21c2bb

Browse files
committed
Update XML docs
1 parent 37c0990 commit b21c2bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Umbraco.Core/Routing/IUrlProvider.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ public interface IUrlProvider
4141
IEnumerable<UrlInfo> GetOtherUrls(int id, Uri current);
4242

4343
/// <summary>
44-
/// Gets the preview URLs of a content item.
44+
/// Gets the preview URL of a content item.
4545
/// </summary>
4646
/// <param name="content">The content item.</param>
47+
/// <param name="culture">The culture to preview (null means invariant).</param>
48+
/// <param name="segment">The segment to preview (null means no specific segment).</param>
4749
/// <returns>The preview URLs of the content item.</returns>
4850
Task<UrlInfo?> GetPreviewUrlAsync(IContent content, string? culture, string? segment);
4951

0 commit comments

Comments
 (0)