SPSimpleFormattingEncodedResourceExpressionBuilder Members
Include Protected Members
Include Inherited Members
Represents an expression builder that returns an encoded resource string with simple text formatting.
The SPSimpleFormattingEncodedResourceExpressionBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSimpleFormattingEncodedResourceExpressionBuilder | Initializes a new instance of the SPSimpleFormattingEncodedResourceExpressionBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
EncodeMethod | Gets the method that is used to encode resource strings. (Overrides SPEncodedResourceExpressionBuilder.EncodeMethod.) | |
SupportsEvaluate | (Inherited from ResourceExpressionBuilder.) |
Top
Methods
Name | Description | |
---|---|---|
Encode | Encodes the resource string by using HTML encoding and allows simple text formatting. (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