SimpleTypeResolver.ResolveTypeId Method (Type)
.NET Framework (current version)
Returns the assembly-qualified name of the specified Type.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- type
-
Type:
System.Type
The type to be resolved.
Return Value
Type: System.StringA string that contains the assembly-qualified name of the specified type.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: