Share via


Uri.ValidateUriPart Method

Validates that the part of the Uri after the scheme is valid, for an unknown Uri scheme.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

protected void ValidateUriPart (
         string uriString,
         int startIndex
)

Parameters

  • uriString
    A Uri string.
  • startIndex
    The index in the string where Uri part starts, after the scheme.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

Uri Class
Uri Members
System Namespace