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 Web 项目的 .NET Framework 多目标

适用于