Function Parameters

Special Uses of Parameters

In this guide XSLT functions are used for examples of creating CMS function parameters. As you know, the CMS Functions are not limited to XSLT and you can use, for example, Razor functions, which have their own way of setting parameters.

Besides, you can programmatically create and set the parameters.

You can use Dependency Injections to define and set parameters of specified types automatically.

Please see “Dependency Injections on Parameters” for more information.

You can use the parameter of the RoutedData<T> type to quickly build a list-to-details view for a data type with a CMS function.

Please see “Data URL Routing” for more information.