@@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
12
12
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-src-include" ) ]
13
13
public partial class ScriptTagHelper : Microsoft . AspNetCore . Mvc . Razor . TagHelpers . UrlResolutionTagHelper
14
14
{
15
- internal Microsoft . AspNetCore . Mvc . ViewFeatures . IFileVersionProvider FileVersionProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] private set { } }
15
+ internal Microsoft . AspNetCore . Mvc . ViewFeatures . IFileVersionProvider FileVersionProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
16
16
}
17
17
internal partial class ModeAttributes < TMode >
18
18
{
@@ -26,7 +26,6 @@ internal CacheTagHelperMemoryCacheFactory(Microsoft.Extensions.Caching.Memory.IM
26
26
}
27
27
internal static partial class AttributeMatcher
28
28
{
29
- private static bool HasMissingAttributes ( Microsoft . AspNetCore . Razor . TagHelpers . ReadOnlyTagHelperAttributeList allAttributes , string [ ] requiredAttributes ) { throw null ; }
30
29
public static bool TryDetermineMode < TMode > ( Microsoft . AspNetCore . Razor . TagHelpers . TagHelperContext context , System . Collections . Generic . IReadOnlyList < Microsoft . AspNetCore . Mvc . TagHelpers . ModeAttributes < TMode > > modeInfos , System . Func < TMode , TMode , int > compare , out TMode result ) { throw null ; }
31
30
}
32
31
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-append-version" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
@@ -40,7 +39,7 @@ internal static partial class AttributeMatcher
40
39
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-href-include" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
41
40
public partial class LinkTagHelper : Microsoft . AspNetCore . Mvc . Razor . TagHelpers . UrlResolutionTagHelper
42
41
{
43
- internal Microsoft . AspNetCore . Mvc . ViewFeatures . IFileVersionProvider FileVersionProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] private set { } }
42
+ internal Microsoft . AspNetCore . Mvc . ViewFeatures . IFileVersionProvider FileVersionProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
44
43
}
45
44
public partial class CacheTagHelper : Microsoft . AspNetCore . Mvc . TagHelpers . CacheTagHelperBase
46
45
{
0 commit comments