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: