Class ResourceHandlingContext
Class ResourceHandlingContext
Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)
This class contains information used when processing resources.
[ComVisible(true)]
public class ResourceHandlingContext
Inheritance
object ← ResourceHandlingContext
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ParentResource
Returns a Aspose.Html.Saving.Resource that contains a reference to the Aspose.Html.Saving.Resource currently being processed.
public Resource ParentResource { get; }