WebResourceAttribute.LoadSuccessExpression 属性

定义

获取或设置 Web 资源加载成功时使用的表达式。

public:
 property System::String ^ LoadSuccessExpression { System::String ^ get(); void set(System::String ^ value); };
public string LoadSuccessExpression { get; set; }
member this.LoadSuccessExpression : string with get, set
Public Property LoadSuccessExpression As String

属性值

成功加载 Web 资源时使用的表达式。

适用于