Skip to content

Commit bd86c7c

Browse files
MackinnonBuckcaptainsafia
authored andcommitted
Fix HtmlAttributePropertyHelper hot reload (#58558)
1 parent 684062c commit bd86c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mvc/Mvc.ViewFeatures/src/HtmlAttributePropertyHelper.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public HtmlAttributePropertyHelper(PropertyHelper propertyHelper)
2525
/// <summary>
2626
/// Part of <see cref="MetadataUpdateHandlerAttribute"/> contract.
2727
/// </summary>
28-
/// <param name="_"></param>
29-
public static void UpdateCache(Type _)
28+
public static void ClearCache(Type[] _)
3029
{
3130
ReflectionCache.Clear();
3231
}

0 commit comments

Comments
 (0)