| 
            
              UrlHelperContent Method
             | 
          
        
        
            Returns a string that contains a content URL.
            
        
        Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string Content(
	string contentPath
)
Public Function Content ( 
	contentPath As String
) As String
public:
String^ Content(
	String^ contentPath
)
member Content : 
        contentPath : string -> string function Content(contentPath);
 View SourceParameters
- contentPath  String
 - The content path.
 
Return Value
StringA string that contains a content URL.
See Also