다음을 통해 공유


CompilationSection.TargetFramework 속성

정의

웹 사이트의 대상이 되는 .NET Framework 버전을 가져오거나 설정합니다.

public:
 property System::String ^ TargetFramework { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=null)]
public string TargetFramework { get; set; }
[<System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=null)>]
member this.TargetFramework : string with get, set
Public Property TargetFramework As String

속성 값

웹 사이트의 대상이 되는 .NET Framework 버전입니다. 기본값은 null입니다.

특성

예제

compilation 요소 (ASP.NET 설정 스키마)

설명

특정 버전의.NET Framework를 대상으로 하는 방법에 대 한 정보를 참조 하세요 ASP.NET 웹 프로젝트의.NET Framework 멀티 타기 팅합니다.

적용 대상