ODataInputFormatter.BaseAddressFactory 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 or sets a method that allows consumers to provide an alternate base address for OData Uri.
public Func<Microsoft.AspNetCore.Http.HttpRequest,Uri> BaseAddressFactory { get; set; }
member this.BaseAddressFactory : Func<Microsoft.AspNetCore.Http.HttpRequest, Uri> with get, set
Public Property BaseAddressFactory As Func(Of HttpRequest, Uri)