WebSiteProperties.StartURL 屬性
取得或設定網站的起始 URL。
命名空間: VsWebSite
組件: VsWebSite.Interop (在 VsWebSite.Interop.dll 中)
語法
'宣告
Property StartURL As String
string StartURL { get; set; }
property String^ StartURL {
String^ get ();
void set (String^ value);
}
abstract StartURL : string with get, set
function get StartURL () : String
function set StartURL (value : String)
屬性值
型別:System.String
啟動網站時要使用的 URL。
備註
只有當 StartAction 屬性值為 webStartActionURL 時,才會使用 StartURL 值。
範例
如需讀取和設定晚期繫結屬性的範例,請參閱 WebSiteProperties。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。