11 writes to GlobbingUrlBuilder
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
474GlobbingUrlBuilder = new GlobbingUrlBuilder(
Microsoft.AspNetCore.Mvc.TagHelpers.Test (10)
LinkTagHelperTest.cs (10)
309helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 397helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 591helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 632helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 685helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 877helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 932helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 1001helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 1039helper.GlobbingUrlBuilder = globbingUrlBuilder.Object; 1081helper.GlobbingUrlBuilder = globbingUrlBuilder.Object;
4 references to GlobbingUrlBuilder
Microsoft.AspNetCore.Mvc.TagHelpers (4)
LinkTagHelper.cs (4)
226/// Gets the <see cref="GlobbingUrlBuilder"/> used to populate included and excluded urls. 319var urls = GlobbingUrlBuilder.BuildUrlList(null, HrefInclude, HrefExclude); 340var fallbackHrefs = GlobbingUrlBuilder.BuildUrlList( 472if (GlobbingUrlBuilder == null)