System.UriParser.IsBaseOf Method

Determines whether baseUri is a base URI for relativeUri.

Syntax

protected virtual bool IsBaseOf (Uri baseUri, Uri relativeUri)

Parameters

baseUri
The base URI.
relativeUri
The URI to test.

Returns

true if baseUri is a base URI for relativeUri; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0