BuildProvider.Extension 属性

定义

获取或设置在动态资源编译期间要映射到的文件扩展名。

public:
 property System::String ^ Extension { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("extension", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Extension { get; set; }
[<System.Configuration.ConfigurationProperty("extension", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Extension : string with get, set
Public Property Extension As String

属性值

String

一个字符串,指定动态资源编译期间要映射到的文件扩展名。

属性

适用于