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
/// <param name="httpContext">The <see cref="HttpContext"/> associated with the current request.</param>
32
32
/// <param name="address">The address value. Used to resolve endpoints.</param>
33
-
/// <param name="values">The route values. Used to expand parameters in the route template. Optional.</param>
33
+
/// <param name="values">The route values. Used to expand parameters in the route template.</param>
34
34
/// <param name="ambientValues">The values associated with the current request. Optional.</param>
35
35
/// <param name="pathBase">
36
36
/// An optional URI path base. Prepended to the path in the resulting URI. If not provided, the value of <see cref="HttpRequest.PathBase"/> will be used.
@@ -41,7 +41,7 @@ public abstract class LinkGenerator
41
41
/// names from <c>RouteOptions</c>.
42
42
/// </param>
43
43
/// <returns>A URI with an absolute path, or <c>null</c>.</returns>
44
-
publicabstractstringGetPathByAddress<TAddress>(
44
+
publicabstractstring?GetPathByAddress<TAddress>(
45
45
HttpContexthttpContext,
46
46
TAddressaddress,
47
47
RouteValueDictionaryvalues,
@@ -55,15 +55,15 @@ public abstract string GetPathByAddress<TAddress>(
0 commit comments