| 
            
              UrlHelperEncode Method
             | 
          
        
        
            Encodes special characters in a URL string into character-entity equivalents.
            
        
        Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string Encode(
	string url
)
Public Function Encode ( 
	url As String
) As String
public:
String^ Encode(
	String^ url
)
member Encode : 
        url : string -> string  View SourceParameters
- url  String
 - The text to encode.
 
Return Value
StringAn encoded URL string.
See Also