ResolveUrlCodeGenerator.ToString Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the fully qualified type name of this instance.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ResolveUrlCodeGenerator 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
The fully qualified type name.

See Also

Reference

ResolveUrlCodeGenerator Class

System.Web.Razor.Generator Namespace