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
Copy file name to clipboardExpand all lines: src/KristofferStrube.Blazor.FileSystemAccess/Enums/PermissionState.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ public enum PermissionState
23
23
Denied,
24
24
25
25
/// <summary>
26
-
/// The user has not given express permission to use the feature (i.e., it's the same as "denied").
27
-
/// It also means that if a caller attempts to use the feature, the user agent will either be prompting the user for permission or access to the feature will be "denied".
26
+
/// The user has not given express permission to use the feature (i.e., it's the same as <see cref="Denied"/>).
27
+
/// It also means that if a caller attempts to use the feature, the user agent will either be prompting the user for permission or access to the feature will be <see cref="Denied"/>.
0 commit comments