Compiler.Extension 属性

定义

获取用于动态代码隐藏文件的文件扩展名列表。Gets a list of file-name extensions used for dynamic code-behind files.

public:
 property System::String ^ Extension { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("extension", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public string Extension { get; }
[<System.Configuration.ConfigurationProperty("extension", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Extension : string
Public ReadOnly Property Extension As String

属性值

String

一个值,指定用于动态代码隐藏文件(代码目录中的文件)和引用的其他文件的文件扩展名。A 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.

适用于