Returns a Boolean value indicating whether the specified virtual path is absolute; that is, it starts with a literal slash mark (/).
true if virtualPath is an absolute path and is not null or an empty string (""); otherwise, false.
A virtual path is absolute if it begins with a literal slash mark (/). For example, the HttpRequest.Path property returns an absolute virtual path.