Compiler.Type Property
.NET Framework (current version)
Gets the compiler type name of the language provider for dynamic compilation files.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")] public string Type { get; }
Property Value
Type: System.StringA value specifying the type name of the language compiler to use in dynamic compilation files.
Specifies the type name of the language provider, including the name of the assembly containing the provider implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: