I use the Url.Page methods from UrlHelperExtensions. They return string?, which trigger analysers in my code.
When can those methods return null? The class docs do not say.
I use the Url.Page methods from UrlHelperExtensions. They return string?, which trigger analysers in my code.
When can those methods return null? The class docs do not say.