the finalized absolute output path of the emitted host html file.
Optionalrelativethe relative path of this output dependency file (outputPath),
with respect to the emitted host html file (htmlOutputPath).
this field is only present when external is false.
Optionalhandlerany arbitrary data that was passed from your HtmlDependencyCallback function's returned value will get passed here.
the AST of the html document that was processed in the onTransform hook.
the ultrahtml node associated with this dependency.
the path that was used by the html file when it was resolve (i.e. OnResolveResult.path).
the namespace that was used by the html file when it was loaded (i.e. OnLoadResult.namespace).
the arguments passed to a ReplaceContentFn function. the most notably important fields are:
htmlNode: read HtmlDependencyArgs.htmlNode.htmlOutputPath: read htmlOutputPath.outputPath: the current absolute output path of the emitted dependency file resource.initialPath: the initial absolute output path of the emitted dependency file resource. it is only present if the output path (outputPath) of this dependency entity was altered.relativePath:external: specifies if this dependency resource was resolved to be an external (non-bundled) reference.write: specifies if this dependency resource was declared to be written onto the disk.handlerData: read handlerData.