File tree 1 file changed +2
-2
lines changed 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)
197
197
}
198
198
199
199
/// <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.
201
201
/// </summary>
202
202
public static Task < IPopupResult > ClosePopupAsync ( this Page page , CancellationToken token = default )
203
203
{
@@ -244,7 +244,7 @@ void HandlePopupPageClosed(object? sender, IPopupResult e)
244
244
}
245
245
246
246
/// <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}"/>.
248
248
/// </summary>
249
249
public static Task < IPopupResult < TResult > > ClosePopupAsync < TResult > ( this Page page , TResult result , CancellationToken token = default )
250
250
{
You can’t perform that action at this time.
0 commit comments