RegisteredScript.Key 属性

定义

获取与 Type 值一起标识脚本的键。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

属性值

String

键的值。 此值可以是 或 null 为空。

注解

客户端脚本由其密钥及其类型唯一标识。 只有一个具有给定键/类型对的脚本可以注册到页面。

适用于