Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UrlHelper.Content Method (String)

 

Creates an absolute URL using the specified path.

Namespace:   System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)

public virtual string Content(
	string path
)

Parameters

path
Type: System.String

The URL path, which may be a relative URL, a rooted URL, or a virtual path.

Return Value

Type: System.String

The generated URL.

Return to top
Show: