UrlHelperExtensions.cs (46)
18/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
20public static string? Action(this IUrlHelper helper)
37/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
40public static string? Action(this IUrlHelper helper, string? action)
51/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
55public static string? Action(this IUrlHelper helper, string? action, object? values)
66/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
70public static string? Action(this IUrlHelper helper, string? action, string? controller)
81/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
86public static string? Action(this IUrlHelper helper, string? action, string? controller, object? values)
98/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
113this IUrlHelper helper,
131/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
147this IUrlHelper helper,
166/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
183this IUrlHelper helper,
207/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
210public static string? RouteUrl(this IUrlHelper helper, object? values)
220/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
223public static string? RouteUrl(this IUrlHelper helper, string? routeName)
234/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
238public static string? RouteUrl(this IUrlHelper helper, string? routeName, object? values)
250/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
264this IUrlHelper helper,
281/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
296this IUrlHelper helper,
314/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
330this IUrlHelper helper,
352/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
355public static string? Page(this IUrlHelper urlHelper, string? pageName)
361/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
365public static string? Page(this IUrlHelper urlHelper, string? pageName, string? pageHandler)
371/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
375public static string? Page(this IUrlHelper urlHelper, string? pageName, object? values)
381/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
387this IUrlHelper urlHelper,
397/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
412this IUrlHelper urlHelper,
423/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
439this IUrlHelper urlHelper,
451/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
468this IUrlHelper urlHelper,
498/// <param name="helper">The <see cref="IUrlHelper"/>.</param>
515this IUrlHelper helper,
547/// <param name="urlHelper">The <see cref="IUrlHelper"/>.</param>
564this IUrlHelper urlHelper,