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

동적 리소스를 컴파일하는 동안 매핑할 파일 확장명을 지정하는 문자열입니다.

특성

적용 대상