IHtmlResource Interface |
Namespace: GroupDocs.Editor.HtmlCss.Resources
The IHtmlResource type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByteContent |
Content of the HTML resource in a form of a byte stream
|
![]() | FilenameWithExtension |
Correct filename of the specified resource with appropriate file extension
|
![]() | IsDisposed |
Determines whether a resource is closed (true) or not (false)
(Inherited from IAuxDisposable.) |
![]() | Name |
Name of the HTML resource
|
![]() | TextContent |
Content of the HTML resource in a form of a base64-encoded text string for binary resources or a simple text for textual resources
|
![]() | Type |
Type of the HTML resource
|
Name | Description | |
---|---|---|
![]() | Save |
Saves a current resource to the specified file
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when object is disposed
(Inherited from IAuxDisposable.) |