LinkBuilder 2.1
Ferraz Shawmut Gould TRS2 1/2R 2 1/2 Amp Fuse Tri Onic TRS21/2R (G2)Manufacturer: Ferraz ShawmutModel: TRS2 1/2RAmp Rating: 2 1/2Used, In working condition.This item is used.Condition: Used, if you are not satisfied with this picture please email us with the item number and we will reply with more pictures.Return Policy-7 Day Money Back GuaranteeWe offer a 7 day no questions asked.
- Installing WindowBuilder Pro. All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified. Develop Java graphical user interfaces in minutes for Swing, SWT, RCP and XWT with WindowBuilder Pro’s WYSIWYG, drag-and-drop interface.
- Welcome to the Profile Builder documentation wiki. Subscribe to get early access to new plugins, discounts and brief updates about what's new with Cozmoslabs!
Definition
Defines a contract to generate absolute and related URIs based on endpoint routing.
Remarks
Generating URIs in endpoint routing occurs in two phases. First, an address is bound to a list of endpoints that match the address. Secondly, each endpoint's RoutePattern
is evaluated, until a route pattern that matches the supplied values is found. The resulting output is combined with the other URI parts supplied to the link generator and returned.
The methods provided by the LinkGenerator type are general infrastructure, and support the standard link generator functionality for any type of address. The most convenient way to use LinkGenerator is through extension methods that perform operations for a specific address type.
What Is Linkbuilder
Constructors
LinkGenerator() |
Methods
GetPathByAddress<TAddress>(HttpContext, TAddress, RouteValueDictionary, RouteValueDictionary, Nullable<PathString>, FragmentString, LinkOptions) | Generates a URI with an absolute path based on the provided values and HttpContext. |
GetPathByAddress<TAddress>(TAddress, RouteValueDictionary, PathString, FragmentString, LinkOptions) | Generates a URI with an absolute path based on the provided values. |
GetUriByAddress<TAddress>(HttpContext, TAddress, RouteValueDictionary, RouteValueDictionary, String, Nullable<HostString>, Nullable<PathString>, FragmentString, LinkOptions) | Generates an absolute URI based on the provided values and HttpContext. |
GetUriByAddress<TAddress>(TAddress, RouteValueDictionary, String, HostString, PathString, FragmentString, LinkOptions) | Generates an absolute URI based on the provided values. |