MDriven Wiki
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.
MDriven Documentation helps you learn the MDriven low-code platform and find guidance for building applications with MDriven.
MDriven is a low-code platform developed for prototyping, developing, and deploying enterprise-level applications. Start with the topics that match the part of your application you are working on.
Start here
| If you want to... | Start with |
|---|---|
| Define rules and queries in a model | Learn OCL. For example, use an OCL constraint to check that a value is greater than zero. |
| Build a web application's default page | Index page. The ViewModel named Index is the required default page in a web application.
|
| Add metadata tags to a Turnkey application | Turnkey extra meta tags. For example, create Views/EXT_OverridePages/__ExtraMetaTags.cshtml and add <meta name="robots" content="noindex"> to prevent page indexing.
|
| Inspect metadata exposed for a Turnkey view | ViewMeta. For example, request /Turnkey/ViewMeta?view=SampleViewModel to retrieve XML describing a view's names, suggested placement, control types, and labels.
|
| Generate an HTML report from a ViewModel | HTML reports. For example, use %meta% in a template to obtain the available tag list.
|
