Uri.Parse 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.
Caution
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Caution
Uri.Parse has been deprecated and is not supported.
Caution
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Parses the URI of the current instance to ensure it contains all the parts required for a valid URI.
protected:
virtual void Parse();
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Parse ();
[System.Obsolete("Uri.Parse has been deprecated and is not supported.")]
protected virtual void Parse ();
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Parse ();
protected virtual void Parse ();
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
[<System.Obsolete("Uri.Parse has been deprecated and is not supported.")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
Protected Overridable Sub Parse ()
- Attributes
Exceptions
The Uri passed from the constructor is invalid.