ChartHttpHandlerSettings.Item[String] 属性
定义
获取在 Web.config 文件中的 ChartHttpHandler 键下注册的具有指定名称的设置参数。Gets a settings parameter with the specified name registered in the Web.config file under the ChartHttpHandler key.
public:
property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ name); };
public string this[string name] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(name As String) As String
参数
- name
- String
要获取的参数的名称。Name of the parameter to get.
属性值
参数值。Parameter value.
注解
使用此方法访问密钥下 Web.config 文件中的任何参数 ChartHttpHandler 。Use this method to access any parameter in the Web.config file under the ChartHttpHandler key.