Skip to content

Commit fa8a776

Browse files
wtgodbedougbu
authored andcommitted
Add manual file for Mvc.TagHelpers
1 parent e4e6fbe commit fa8a776

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
namespace Microsoft.AspNetCore.Mvc.TagHelpers
5+
{
6+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-append-version")]
7+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-fallback-src")]
8+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-fallback-src-exclude")]
9+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-fallback-src-include")]
10+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-fallback-test")]
11+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-src-exclude")]
12+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-src-include")]
13+
public partial class ScriptTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper
14+
{
15+
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]private set { } }
16+
}
17+
internal partial class ModeAttributes<TMode>
18+
{
19+
public ModeAttributes(TMode mode, string[] attributes) { }
20+
public string[] Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
21+
public TMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
22+
}
23+
public partial class CacheTagHelperMemoryCacheFactory
24+
{
25+
internal CacheTagHelperMemoryCacheFactory(Microsoft.Extensions.Caching.Memory.IMemoryCache cache) { }
26+
}
27+
internal static partial class AttributeMatcher
28+
{
29+
private static bool HasMissingAttributes(Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList allAttributes, string[] requiredAttributes) { throw null; }
30+
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+
}
32+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-append-version", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
33+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-href", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
34+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-href-exclude", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
35+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-href-include", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
36+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-test-class", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
37+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-test-property", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
38+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-fallback-test-value", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
39+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-href-exclude", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
40+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-href-include", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
41+
public partial class LinkTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper
42+
{
43+
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]private set { } }
44+
}
45+
public partial class CacheTagHelper : Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperBase
46+
{
47+
internal Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions GetMemoryCacheEntryOptions() { throw null; }
48+
}
49+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("distributed-cache", Attributes="name")]
50+
public partial class DistributedCacheTagHelper : Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperBase
51+
{
52+
internal Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions GetDistributedCacheEntryOptions() { throw null; }
53+
}
54+
public partial class GlobbingUrlBuilder
55+
{
56+
internal System.Func<Microsoft.Extensions.FileSystemGlobbing.Matcher> MatcherBuilder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
57+
}
58+
internal static partial class JavaScriptResources
59+
{
60+
public static string GetEmbeddedJavaScript(string resourceName) { throw null; }
61+
internal static string GetEmbeddedJavaScript(string resourceName, System.Func<string, System.IO.Stream> getManifestResourceStream, System.Collections.Concurrent.ConcurrentDictionary<string, string> cache) { throw null; }
62+
}
63+
internal static partial class Resources
64+
{
65+
internal static string AnchorTagHelper_CannotOverrideHref { get { throw null; } }
66+
internal static string ArgumentCannotContainHtmlSpace { get { throw null; } }
67+
internal static string CannotDetermineAttributeFor { get { throw null; } }
68+
internal static System.Globalization.CultureInfo Culture { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
69+
internal static string FormActionTagHelper_CannotOverrideFormAction { get { throw null; } }
70+
internal static string FormTagHelper_CannotOverrideAction { get { throw null; } }
71+
internal static string InputTagHelper_InvalidExpressionResult { get { throw null; } }
72+
internal static string InputTagHelper_InvalidStringResult { get { throw null; } }
73+
internal static string InputTagHelper_ValueRequired { get { throw null; } }
74+
internal static string InvalidEnumArgument { get { throw null; } }
75+
internal static string PartialTagHelper_InvalidModelAttributes { get { throw null; } }
76+
internal static string PropertyOfTypeCannotBeNull { get { throw null; } }
77+
internal static System.Resources.ResourceManager ResourceManager { get { throw null; } }
78+
internal static string TagHelperOutput_AttributeDoesNotExist { get { throw null; } }
79+
internal static string TagHelpers_NoProvidedMetadata { get { throw null; } }
80+
internal static string ViewEngine_FallbackViewNotFound { get { throw null; } }
81+
internal static string ViewEngine_PartialViewNotFound { get { throw null; } }
82+
internal static string FormatAnchorTagHelper_CannotOverrideHref(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9, object p10, object p11) { throw null; }
83+
internal static string FormatCannotDetermineAttributeFor(object p0, object p1) { throw null; }
84+
internal static string FormatFormActionTagHelper_CannotOverrideFormAction(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9) { throw null; }
85+
internal static string FormatFormTagHelper_CannotOverrideAction(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9) { throw null; }
86+
internal static string FormatInputTagHelper_InvalidExpressionResult(object p0, object p1, object p2, object p3, object p4, object p5, object p6) { throw null; }
87+
internal static string FormatInputTagHelper_InvalidStringResult(object p0, object p1, object p2) { throw null; }
88+
internal static string FormatInputTagHelper_ValueRequired(object p0, object p1, object p2, object p3) { throw null; }
89+
internal static string FormatInvalidEnumArgument(object p0, object p1, object p2) { throw null; }
90+
internal static string FormatPartialTagHelper_InvalidModelAttributes(object p0, object p1, object p2) { throw null; }
91+
internal static string FormatPropertyOfTypeCannotBeNull(object p0, object p1) { throw null; }
92+
internal static string FormatTagHelperOutput_AttributeDoesNotExist(object p0, object p1) { throw null; }
93+
internal static string FormatTagHelpers_NoProvidedMetadata(object p0, object p1, object p2, object p3) { throw null; }
94+
internal static string FormatViewEngine_FallbackViewNotFound(object p0, object p1) { throw null; }
95+
internal static string FormatViewEngine_PartialViewNotFound(object p0, object p1) { throw null; }
96+
}
97+
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("partial", Attributes="name", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
98+
public partial class PartialTagHelper : Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
99+
{
100+
internal object ResolveModel() { throw null; }
101+
}
102+
internal partial class CurrentValues
103+
{
104+
public CurrentValues(System.Collections.Generic.ICollection<string> values) { }
105+
public System.Collections.Generic.ICollection<string> Values { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
106+
public System.Collections.Generic.ICollection<string> ValuesAndEncodedValues { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
107+
}
108+
}
109+
namespace Microsoft.AspNetCore.Mvc.TagHelpers.Cache
110+
{
111+
public partial class CacheTagKey : System.IEquatable<Microsoft.AspNetCore.Mvc.TagHelpers.Cache.CacheTagKey>
112+
{
113+
internal string Key { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
114+
}
115+
}

src/Mvc/Mvc.TagHelpers/ref/Microsoft.AspNetCore.Mvc.TagHelpers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Mvc.TagHelpers.netcoreapp3.0.cs" />
8+
<Compile Include="Microsoft.AspNetCore.Mvc.TagHelpers.Manual.cs" />
89
<Compile Include="../src/Properties/AssemblyInfo.cs" />
910
<Reference Include="Microsoft.AspNetCore.Mvc.Razor" />
1011
<Reference Include="Microsoft.AspNetCore.Razor.Runtime" />

0 commit comments

Comments
 (0)