1 instantiation of LinkOptions
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
61_globalLinkOptions = new LinkOptions()
66 references to LinkOptions
Microsoft.AspNetCore.Mvc.Core (16)
Routing\ControllerLinkGeneratorExtensions.cs (8)
35/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 48LinkOptions? options = default) 74/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 86LinkOptions? options = default) 121/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 144LinkOptions? options = default) 174/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 196LinkOptions? options = default)
Routing\PageLinkGeneratorExtensions.cs (8)
34/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 47LinkOptions? options = default) 77/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 89LinkOptions? options = default) 122/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 145LinkOptions? options = default) 175/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 197LinkOptions? options = default)
Microsoft.AspNetCore.Routing (42)
DefaultLinkGenerator.cs (8)
30private readonly LinkOptions _globalLinkOptions; 76LinkOptions? options = null) 101LinkOptions? options = null) 128LinkOptions? options = null) 156LinkOptions? options = null) 206LinkOptions? options) 242LinkOptions? options) 285LinkOptions? options,
LinkGeneratorEndpointNameAddressExtensions.cs (16)
27/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 39LinkOptions? options = default) 67/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 79LinkOptions? options = default) 104/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 115LinkOptions? options = default) 132/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 143LinkOptions? options = default) 170/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 192LinkOptions? options = default) 229/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 251LinkOptions? options = default) 283/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 304LinkOptions? options = default) 332/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 353LinkOptions? options = default)
LinkGeneratorRouteValuesAddressExtensions.cs (16)
27/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 39LinkOptions? options = default) 67/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 79LinkOptions? options = default) 104/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 115LinkOptions? options = default) 132/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 143LinkOptions? options = default) 170/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 192LinkOptions? options = default) 229/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 251LinkOptions? options = default) 283/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 304LinkOptions? options = default) 326/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 347LinkOptions? options = default)
Template\TemplateBinder.cs (2)
472LinkOptions? options, 473LinkOptions globalOptions,
Microsoft.AspNetCore.Routing.Abstractions (8)
LinkGenerator.cs (8)
41/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 53LinkOptions? options = default); 64/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 74LinkOptions? options = default); 96/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 118LinkOptions? options = default); 134/// An optional <see cref="LinkOptions"/>. Settings on provided object override the settings with matching 154LinkOptions? options = default);