PageExecutionContext.IsLiteral 属性

定义

获取指出此块是否包含应深扫描映射目的的文本内容的标志。

public:
 property bool IsLiteral { bool get(); void set(bool value); };
public bool IsLiteral { get; set; }
member this.IsLiteral : bool with get, set
Public Property IsLiteral As Boolean

属性值

Boolean

true 如果块包含应经过深入扫描以进行选择映射的文本内容,则为;否则为 false

适用于