32 instantiations of LinkOptions
Microsoft.AspNetCore.Mvc.Core.Test (10)
Routing\ControllerLinkGeneratorExtensionsTest.cs (5)
66options: new LinkOptions() { AppendTrailingSlash = true, }); 94new LinkOptions() { AppendTrailingSlash = true, }); 125options: new LinkOptions() { AppendTrailingSlash = true, }); 155new LinkOptions() { AppendTrailingSlash = true, }); 186options: new LinkOptions() { AppendTrailingSlash = true, });
Routing\PageLinkGeneratorExtensionsTest.cs (5)
37options: new LinkOptions() { AppendTrailingSlash = true, }); 65new LinkOptions() { AppendTrailingSlash = true, }); 95options: new LinkOptions() { AppendTrailingSlash = true, }); 125new LinkOptions() { AppendTrailingSlash = true, }); 156options: new LinkOptions() { AppendTrailingSlash = true, });
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
61_globalLinkOptions = new LinkOptions()
Microsoft.AspNetCore.Routing.Tests (21)
DefaultLinkGeneratorProcessTemplateTest.cs (5)
493options: new LinkOptions 526options: new LinkOptions() 563options: new LinkOptions 601options: new LinkOptions() 635options: new LinkOptions() { AppendTrailingSlash = true, },
DefaultLinkGeneratorTest.cs (5)
162options: new LinkOptions() { AppendTrailingSlash = true, }); 215options: new LinkOptions() { LowercaseUrls = true, }); 235options: new LinkOptions() { AppendTrailingSlash = true, }); 256options: new LinkOptions() { AppendTrailingSlash = true, }); 280options: new LinkOptions() { AppendTrailingSlash = true, });
LinkGeneratorEndpointNameExtensionsTest.cs (5)
38options: new LinkOptions() { AppendTrailingSlash = true, }); 61new LinkOptions() { AppendTrailingSlash = true, }); 87options: new LinkOptions() { AppendTrailingSlash = true, }); 112new LinkOptions() { AppendTrailingSlash = true, }); 140options: new LinkOptions() { AppendTrailingSlash = true, });
LinkGeneratorRouteValuesAddressExtensionsTest.cs (6)
42options: new LinkOptions() { AppendTrailingSlash = true, }); 69new LinkOptions() { AppendTrailingSlash = true, }); 99options: new LinkOptions() { AppendTrailingSlash = true, }); 128new LinkOptions() { AppendTrailingSlash = true, }); 160options: new LinkOptions() { AppendTrailingSlash = true, }); 192options: new LinkOptions() { AppendTrailingSlash = true, });
70 references to LinkOptions
Microsoft.AspNetCore.Http.Results.Tests (4)
TestLinkGenerator.cs (4)
13public override string GetPathByAddress<TAddress>(HttpContext httpContext, TAddress address, RouteValueDictionary values, RouteValueDictionary ambientValues = null, PathString? pathBase = null, FragmentString fragment = default, LinkOptions options = null) 18public override string GetPathByAddress<TAddress>(TAddress address, RouteValueDictionary values, PathString pathBase = default, FragmentString fragment = default, LinkOptions options = null) 23public override string GetUriByAddress<TAddress>(HttpContext httpContext, TAddress address, RouteValueDictionary values, RouteValueDictionary ambientValues = null, string scheme = null, HostString? host = null, PathString? pathBase = null, FragmentString fragment = default, LinkOptions options = null) 26public override string GetUriByAddress<TAddress>(TAddress address, RouteValueDictionary values, string scheme, HostString host, PathString pathBase = default, FragmentString fragment = default, LinkOptions options = null)
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);