次の方法で共有


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

適用対象