FileSystemResourceHandler.HandleResource

FileSystemResourceHandler.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 override void HandleResource(Resource resource, ResourceHandlingContext context)
ParameterTypeDescription
resourceResourceThe Resource which will be handled.
contextResourceHandlingContextResource handling context.

See Also