HtmlTrack.Src 属性
定义
获取或设置 src 特性。Gets or sets the src attribute.
public:
property System::String ^ Src { System::String ^ get(); void set(System::String ^ value); };
public string Src { get; set; }
member this.Src : string with get, set
Public Property Src As String
属性值
src 特性。The src attribute.