RequestExtensions.IsUrlLocalToHost(HttpRequestBase, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified URL references the local computer.
public static bool IsUrlLocalToHost (this System.Web.HttpRequestBase request, string url);
static member IsUrlLocalToHost : System.Web.HttpRequestBase * string -> bool
<Extension()>
Public Function IsUrlLocalToHost (request As HttpRequestBase, url As String) As Boolean
Parameters
- request
- HttpRequestBase
The HTTP request object.
- url
- String
The URL to test.
Returns
true if the specified URL references the local computer; otherwise, false.