Uri.IsReservedCharacter(Char) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Uri.IsReservedCharacter has been deprecated and is not supported.
Cuidado
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Cuidado
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Determina se o caractere especificado é um caractere reservado.
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. https://go.microsoft.com/fwlink/?linkid=14202")]
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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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
O caractere a ser testado.
Retornos
true se o caractere especificado for um caractere reservado, caso contrário, false.
- Atributos