You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Check all BCSS classes if they are valid or not. The method will automatically removes stored and invalid BCSS classes.
146
+
/// </summary>
147
+
/// <returns></returns>
129
148
publicasyncTaskCheckAllValues()
130
149
{
131
150
List<BcssInfo>toBeDeletedInfos=new();
@@ -227,16 +246,23 @@ public void Update()
227
246
_shouldRender=false;
228
247
}
229
248
230
-
publicvoidClear(stringkey)
249
+
/// <summary>
250
+
/// Removes all BCSS classes (if key is null or empty) or matched classes (if key specified). If a BCSS class is currently using in the page, it will automatically add again.
0 commit comments