Skip to content

Commit 1181cbf

Browse files
Fix HtmlAttributePropertyHelper hot reload (#59908)
Co-authored-by: Mackinnon Buck <[email protected]>
1 parent 1f7f4de commit 1181cbf

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)