content

suspend fun content(name: String, block: suspend ContentResourceBuilder.() -> Unit): Content

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Content.


fun content(name: String): Content

See also

Parameters

name

The unique name of the resulting resource.