ChartHttpHandlerSettings 类

定义

提供一些特性,用于编写存储临时图像文件的自定义 HTTP 处理程序。Provides attributes that can be used to write a custom HTTP handler for storing temporary image files.

public ref class ChartHttpHandlerSettings
public class ChartHttpHandlerSettings
type ChartHttpHandlerSettings = class
Public Class ChartHttpHandlerSettings
继承
ChartHttpHandlerSettings

属性

CustomHandlerName

获取或设置自定义处理程序的名称。Gets or sets the name of the custom handler.

Directory

获取或设置自定义处理程序的目录,将在该目录中存储临时图像文件。Gets or sets the directory of the custom handler where the temporary image files will be stored.

FolderName

获取或设置在指定目录中将用于存储图像的文件夹。Gets or sets the folder which will be used for storing images in the specified directory.

HandlerType

获取自定义处理程序的处理程序类型。Gets the handler type of the custom handler.

Item[String]

获取在 Web.config 文件中的 ChartHttpHandler 键下注册的具有指定名称的设置参数。Gets a settings parameter with the specified name registered in the Web.config file under the ChartHttpHandler key.

PrivateImages

获取指示处理程序是否将使用专用图像的标志。Gets a flag that indicates whether the handler will utilize private images.

StorageType

获取或设置图表图像存储类型。Gets or sets the chart image storage type.

Timeout

获取或设置自定义处理程序的超时时间。Gets or sets the timeout of the custom handler.

Url

获取或设置与 HTTP 路径相对应的 URL,该路径是临时图像文件的存储路径。Gets or sets the URL that corresponds to the HTTP path where temporary image files are stored.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于