ClientScriptItem.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端指令碼項目的 src
屬性值。
public:
property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
member this.Source : string
Public ReadOnly Property Source As String
屬性值
針對 src
項目中的 script
屬性所指定的原始程式檔 (Source File) 路徑。
備註
屬性 Source 會指定用戶端文本內容的外部來源位置。 一般而言,元素的 script
腳本語句是使用 Text 或 Source 屬性來指定。
Source如果 屬性為 null
或空字串 (“”“) ,則src
屬性不會在 元素中script
設定。
屬性 Source 是由 ClientScriptItem初始化。