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 @@ -207,7 +207,7 @@ public static Task<IPopupResult> ClosePopupAsync(this Page page, CancellationTok
207207 }
208208
209209 /// <summary>
210- /// Close the Most Recent Popup
210+ /// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
211211 /// </summary>
212212 public static async Task < IPopupResult > ClosePopupAsync ( this INavigation navigation , CancellationToken token = default )
213213 {
@@ -242,7 +242,7 @@ public static Task<IPopupResult<TResult>> ClosePopupAsync<TResult>(this Page pag
242242 }
243243
244244 /// <summary>
245- /// Close the Most Recent Popup Return a Result
245+ /// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
246246 /// </summary>
247247 public static async Task < IPopupResult < TResult > > ClosePopupAsync < TResult > ( this INavigation navigation , TResult result , CancellationToken token = default )
248248 {
You can’t perform that action at this time.
0 commit comments