Share via


UriHelperExtensions Class

 

Represents the route URL for the UriHelperExtensions.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.Resources.UriHelperExtensions

Syntax

public static class UriHelperExtensions
[ExtensionAttribute]
public ref class UriHelperExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type UriHelperExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class UriHelperExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ResourceUrl(UrlHelper, String, Object)

Generates the route URL for the resource controller's Retrieve action.

System_CAPS_pubmethodSystem_CAPS_static ResourceUrl(UrlHelper, String, Object, ActionType)

Generates the route URL for the resource.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc.Resources Namespace

Return to top