Compiler.Extension Property
.NET Framework (current version)
Gets a list of file-name extensions used for dynamic code-behind files.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("extension", DefaultValue = "")] public string Extension { get; }
Property Value
Type: System.StringA value specifying the file-name extensions used for dynamic code-behind files, files in the code directory, and other referenced files.
When the list of file-name extensions includes more than one extension, the list is semicolon-separated.
.NET Framework
Available since 2.0
Available since 2.0
Show: