ResourceHandler.HandleResource

ResourceHandler.HandleResource method

This method is responsible for handling the resource. In it you can save the Resource to the stream or embed it into the parent resource.

public abstract void HandleResource(Resource resource, ResourceHandlingContext context)
ParameterTypeDescription
resourceResourceThe Resource which will be handled.
contextResourceHandlingContextResource handling context.

See Also