AuthenticationHandler<TOptions>.CurrentUri Propriedade
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.
Obtém a URL atual absoluta.
protected:
property System::String ^ CurrentUri { System::String ^ get(); };
protected string CurrentUri { get; }
member this.CurrentUri : string
member this.CurrentUri : string
Protected ReadOnly Property CurrentUri As String