View

Undocumented in source.

Constructors

this
this(IHttpRequest request, IHttpResponse response, string[] routes)
Undocumented in source.
this
this(string name, IHttpRequest request, IHttpResponse response, string[] routes)
Undocumented in source.

Members

Functions

append
void append(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendPlaceholder
void appendPlaceholder(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
escaped
void escaped(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeContent
ViewResult finalizeContent(string layout, bool processLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
ViewResult generate(bool processLayout)
Undocumented in source.
generateFinal
ViewResult generateFinal(bool processLayout)
Undocumented in source.
getPlaceholder
string getPlaceholder(string key, string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
renderPartial
void renderPartial(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
renderPartialModel
void renderPartialModel(T model)
Undocumented in source. Be warned that the author may not have intended to support it.
setContentType
void setContentType(string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
setPlaceholder
void setPlaceholder(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setSection
void setSection(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
request
IHttpRequest request [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
response
IHttpResponse response [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
routes
string[] routes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
server
IServer server [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta