UrlHelper::HttpRouteUrl Method

 

Generates a fully qualified URL for the specified route values.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodHttpRouteUrl(String^, Object^)

Generates a fully qualified URL for the specified route values.

System_CAPS_pubmethodHttpRouteUrl(String^, RouteValueDictionary^)

Generates a fully qualified URL for the specified route values.

Return to top

UrlHelper::HttpRouteUrl Method (String^, Object^)

Generates a fully qualified URL for the specified route values.

public:
virtual String^ HttpRouteUrl(
	String^ routeName,
	Object^ routeValues
)

Parameters

routeName
Type: System::String^

The route name.

routeValues
Type: System::Object^

The route values.

Return Value

Type: System::String^

A fully qualified URL for the specified route values.

Return to top

UrlHelper::HttpRouteUrl Method (String^, RouteValueDictionary^)

Generates a fully qualified URL for the specified route values.

public:
virtual String^ HttpRouteUrl(
	String^ routeName,
	RouteValueDictionary^ routeValues
)

Parameters

routeName
Type: System::String^

The route name.

routeValues
Type: System.Web.Routing::RouteValueDictionary^

The route values.

Return Value

Type: System::String^

A fully qualified URL for the specified route values.

Return to top
Show: