JavaScriptTypeResolver::ResolveTypeId Method (Type^)

 

When overridden in a derived class, returns the type name for the specified Type object.

Namespace:   System.Web.Script.Serialization
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
virtual String^ ResolveTypeId(
	Type^ type
) abstract

Parameters

type
Type: System::Type^

The managed type to be resolved.

Return Value

Type: System::String^

The name of the specified managed type.

If the ResolveTypeId method returns either null or Empty, then the type resolver does not support the type.

.NET Framework
Available since 3.5
Return to top
Show: