Click or drag to resize

RawContent Class

Marker for content that must be emitted RAW (not HTML-encoded), mirroring the fork's IEncodedString/RawString. Produced by SealCoreTemplateBase.Raw(...) and .Include(...).
Inheritance Hierarchy
SystemObject
  Seal.HelpersRawContent

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public sealed class RawContent

The RawContent type exposes the following members.

Constructors
 NameDescription
Public methodRawContent Constructor from a string value
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns the raw string value
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldValue The raw string value
Top
See Also