When can methods in UrlHelperExtensions return null?

56 views Asked by At

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.

0

There are 0 answers