When can Request.Url be null?

HttpRequestBase is a class and ReSharper sees it as an actual Class, nothing more (theoretically, it can be null). So it does not analyze the usage of this specific Class.

In reality, I think that Request.Url will never be null, so just ignore ReSharper in this case.

Leave a Comment