This documentation is archived and is not being maintained.
UriParser::GetComponents Method
Visual Studio 2010
Gets the components from a URI.
Assembly: System (in System.dll)
protected: virtual String^ GetComponents( Uri^ uri, UriComponents components, UriFormat format )
Parameters
- uri
- Type: System::Uri
The URI to parse.
- components
- Type: System::UriComponents
The UriComponents to retrieve from uri.
- format
- Type: System::UriFormat
One of the UriFormat values that controls how special characters are escaped.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | uriFormat is invalid. - or - uriComponents is not a combination of valid UriComponents values. |
| InvalidOperationException | uri requires user-driven parsing - or - uri is not an absolute URI. Relative URIs cannot be used with this method. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: