IServerAddressesFeature.PreferHostingUrls 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.
true
to prefer URLs configured by the host rather than the server.
public:
property bool PreferHostingUrls { bool get(); void set(bool value); };
public bool PreferHostingUrls { get; set; }
member this.PreferHostingUrls : bool with get, set
Public Property PreferHostingUrls As Boolean