We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HtmlAttributePropertyHelper
1 parent 34b7e93 commit 5f156a2Copy full SHA for 5f156a2
src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs
@@ -25,8 +25,7 @@ public HtmlAttributePropertyHelper(PropertyHelper propertyHelper)
25
/// <summary>
26
/// Part of <see cref="MetadataUpdateHandlerAttribute"/> contract.
27
/// </summary>
28
- /// <param name="_"></param>
29
- public static void UpdateCache(Type _)
+ public static void ClearCache(Type[] _)
30
{
31
ReflectionCache.Clear();
32
}
0 commit comments