LinkBuilder Class

 

Represents a link builder.

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

System.Object
  Microsoft.Web.Mvc.LinkBuilder

[<AbstractClass>]
[<Sealed>]
type LinkBuilder = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildParameterValuesFromExpression(MethodCallExpression)

Creates a querystring as a Dictionary based on the passed-in Lambda.

System_CAPS_pubmethodSystem_CAPS_staticBuildUrlFromExpression<'TController>(RequestContext, RouteCollection, Expression<Action<'TController>>)

Builds a URL based on the Expression passed in.

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

Return to top
Show: