NavigationSourceConfiguration.HasUrl(String) Method
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.
Configures the navigation source URL.
public virtual Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration HasUrl (string url);
abstract member HasUrl : string -> Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration
override this.HasUrl : string -> Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration
Public Overridable Function HasUrl (url As String) As NavigationSourceConfiguration
Parameters
- url
- String
The navigation source URL.
Returns
Returns itself so that multiple calls can be chained.