Share via


UrlParameter.ToString Method ()

 

Returns an empty string. This method supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

An empty string.

Remarks

The method returns Empty.

See Also

UrlParameter Class
System.Web.Mvc Namespace

Return to top