Uri.Parse Método

Definición

Precaución

Uri.Parse has been deprecated and is not supported.

Precaución

The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202

Precaución

The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202

Analiza el URI de la instancia actual para asegurarse de que contiene todas las partes necesarias para un URI válido.

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. https://go.microsoft.com/fwlink/?linkid=14202")]
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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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 ()
Atributos

Excepciones

El URI pasado desde el constructor no es válido.

Se aplica a