Make FindContent return type nullable (#12545)
This commit is contained in:
@@ -11,5 +11,5 @@ public interface IVirtualPageController
|
||||
/// <summary>
|
||||
/// Returns the <see cref="IPublishedContent" /> to use as the current page for the request
|
||||
/// </summary>
|
||||
IPublishedContent FindContent(ActionExecutingContext actionExecutingContext);
|
||||
IPublishedContent? FindContent(ActionExecutingContext actionExecutingContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user