MCPcopy Create free account
hub / github.com/kataras/iris / View

Method View

context/application.go:47–47  ·  view source on GitHub ↗

View executes and write the result of a template file to the writer. Use context.View to render templates to the client instead. Returns an error on failure, otherwise nil.

(writer io.Writer, filename string, layout string, bindingData interface{})

Source from the content-addressed store, hash-verified

45 // Use context.View to render templates to the client instead.
46 // Returns an error on failure, otherwise nil.
47 View(writer io.Writer, filename string, layout string, bindingData interface{}) error
48
49 // GetContextPool returns the Iris sync.Pool which holds the contexts values.
50 // Iris automatically releases the request context, so you don't have to use it.

Callers 15

DecodeMethod · 0.65
VisitMethod · 0.65
LenMethod · 0.65
DecodeMethod · 0.65
indexFunction · 0.65
LenMethod · 0.65
newAppFunction · 0.65
mainFunction · 0.65
renderSigninFormFunction · 0.65
registerFormFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected