SPHtmlEncodedResourceExpressionBuilder Members
Include Protected Members
Include Inherited Members
Represents an expression builder for returning an HTML-encoded resource string.
The SPHtmlEncodedResourceExpressionBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPHtmlEncodedResourceExpressionBuilder | Initializes a new instance of the SPHtmlEncodedResourceExpressionBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
EncodeMethod | Gets the method that will be used to encode the resource string. (Overrides SPEncodedResourceExpressionBuilder.EncodeMethod.) | |
SupportsEvaluate | (Inherited from ResourceExpressionBuilder.) |
Top
Methods
Name | Description | |
---|---|---|
Encode | Encodes the resource string by using HTML encoding. (Overrides SPEncodedResourceExpressionBuilder.Encode(String).) | |
Equals | (Inherited from Object.) | |
EvaluateExpression | Returns the encoded resource string. (Inherited from SPEncodedResourceExpressionBuilder.) | |
Finalize | (Inherited from Object.) | |
GetCodeExpression | Returns the encoded expression. (Inherited from SPEncodedResourceExpressionBuilder.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseExpression | (Inherited from ResourceExpressionBuilder.) | |
ToString | (Inherited from Object.) |
Top