RequestPathBaseCookieBuilder.AdditionalPath 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 an optional value that is appended to the request path base.
protected:
virtual property System::String ^ AdditionalPath { System::String ^ get(); };
protected virtual string AdditionalPath { get; }
protected virtual string? AdditionalPath { get; }
member this.AdditionalPath : string
Protected Overridable ReadOnly Property AdditionalPath As String