AuthenticationHandler<TOptions>.CurrentUri Property
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.
Gets the absolute current url.
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