When overridden in a derived class, returns the type name for the specified Type object.
Syntax
CSharp
public abstract string ResolveTypeId (
Type type
)
VisualBasic
Public MustOverride Function ResolveTypeId ( _
type As Type _
) As String
ManagedCPlusPlus
public:
virtual String^ ResolveTypeId (
Type^ type
) abstract
JSharp
public abstract String ResolveTypeId (
Type type
)
Parameters
- type (Type)
The managed type to be resolved.
Return Value
Return Value
The name of the specified managed type.
Remarks
If the ResolveTypeId(Type) method returns either null or Empty, then the type resolver does not support the type.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)