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

属性值

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

注解

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

适用于