Skip to content

Understanding Render Modes #4699

Answered by sbwalker
SSzretter asked this question in General
Oct 2, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

The PageState RenderMode contains the configuration specified for the Site (in Site Settings). This is the default RenderMode for all pages. The default value is Static.

The ModuleState RenderMode contains the render mode for a specific module component which was dynamically injected into the page. The default value is Interactive - but it can be overridden in your razor component logic.

Based on above it should be obvious that Oqtane supports a "mixed" render mode - which explains the differences in the RenderMode properties.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SSzretter
Comment options

@sbwalker
Comment options

Answer selected by SSzretter
@SSzretter
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants