File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ void HandlePopupClosed(object? sender, IPopupResult e)
197197 }
198198
199199 /// <summary>
200- /// Close the Most Recent Popup
200+ /// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
201201 /// </summary>
202202 public static Task < IPopupResult > ClosePopupAsync ( this Page page , CancellationToken token = default )
203203 {
@@ -244,7 +244,7 @@ void HandlePopupPageClosed(object? sender, IPopupResult e)
244244 }
245245
246246 /// <summary>
247- /// Close the Most Recent Popup Return a Result
247+ /// Closes the most recent popup and returns a result of type <see cref="IPopupResult{TResult}"/>.
248248 /// </summary>
249249 public static Task < IPopupResult < TResult > > ClosePopupAsync < TResult > ( this Page page , TResult result , CancellationToken token = default )
250250 {
You can’t perform that action at this time.
0 commit comments