LinkGeneratorEndpointNameAddressExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for using LinkGenerator with and endpoint name.
In this article
public ref class LinkGeneratorEndpointNameAddressExtensions abstract sealed
public static class LinkGeneratorEndpointNameAddressExtensions
type LinkGeneratorEndpointNameAddressExtensions = class
Public Module LinkGeneratorEndpointNameAddressExtensions
Inheritance
LinkGeneratorEndpointNameAddressExtensions
Methods
GetPathByName(LinkGenerator, HttpContext, String, Object, Nullable<PathString>, FragmentString, LinkOptions)
Generates a URI with an absolute path based on the provided values.
GetPathByName(LinkGenerator, HttpContext, String, RouteValueDictionary, Nullable<PathString>, FragmentString, LinkOptions)
Generates a URI with an absolute path based on the provided values.
GetPathByName(LinkGenerator, String, Object, PathString, FragmentString, LinkOptions)
Generates a URI with an absolute path based on the provided values.
GetPathByName(LinkGenerator, String, RouteValueDictionary, PathString, FragmentString, LinkOptions)
Generates a URI with an absolute path based on the provided values.
GetUriByName(LinkGenerator, HttpContext, String, Object, String, Nullable<HostString>, Nullable<PathString>, FragmentString, LinkOptions)
Generates an absolute URI based on the provided values.
GetUriByName(LinkGenerator, HttpContext, String, RouteValueDictionary, String, Nullable<HostString>, Nullable<PathString>, FragmentString, LinkOptions)
Generates an absolute URI based on the provided values.
GetUriByName(LinkGenerator, String, Object, String, HostString, PathString, FragmentString, LinkOptions)
Generates an absolute URI based on the provided values.
GetUriByName(LinkGenerator, String, RouteValueDictionary, String, HostString, PathString, FragmentString, LinkOptions)
Generates an absolute URI based on the provided values.
Applies to