CodeConstructType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 ProcessCodeConstruct(CodeConstructType, String) 類別的 PageParserFilter 方法中可剖析的程式碼建構。
public enum class CodeConstructType
public enum CodeConstructType
type CodeConstructType =
Public Enum CodeConstructType
- 繼承
欄位
CodeSnippet | 0 |
|
DataBindingSnippet | 2 |
|
EncodedExpressionSnippet | 4 |
|
ExpressionSnippet | 1 |
|
ScriptTag | 3 |
|
備註
當您使用 ProcessCodeConstruct 類別的 PageParserFilter 方法處理程式碼建構時,如果您不想進一步處理程式碼建構,請傳回 true
。
如需詳細資訊,請參閱版本和相依性。