Uri.IsReservedCharacter(Char) Método

Definición

Precaución

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

Precaución

Uri.IsReservedCharacter has been deprecated and is not supported.

Precaución

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

Determina si el carácter especificado es un carácter reservado.

protected:
 virtual bool IsReservedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter (char character);
[System.Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")]
protected virtual bool IsReservedCharacter (char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter (char character);
protected virtual bool IsReservedCharacter (char character);
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
[<System.Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
Protected Overridable Function IsReservedCharacter (character As Char) As Boolean

Parámetros

character
Char

Carácter que se va a probar.

Devoluciones

true si el carácter especificado es un carácter reservado; de lo contrario, false.

Atributos

Se aplica a