This topic is locked

Description of MVCFunctions

9/5/2019 6:59:17 AM
ASPRunner.NET General questions
F
frankdarwin author

Hi,

is there a documentation about MVCFunctions or a list of all MVCFunctions?

admin 9/5/2019

All MVCFunctions that are public and recommended to use are listed in the manual. If go to ASPRunner.NET manual and search for MVCFunctions you will see all those functions.

F
frankdarwin author 9/6/2019



All MVCFunctions that are public and recommended to use are listed in the manual. If go to ASPRunner.NET manual and search for MVCFunctions you will see all those functions.


Hi,

thank's for your answer.I have read the manual and I found the examples but I can not find any description of what the functions are for (description of parameters, return values and so on).Are ther more informations available?

admin 9/10/2019

These functions are not essential and just shortcuts that are only useful in very specific situations like those examples. You can achieve the same results using any other C# code available on the Internet. Those APIs that are important and essential like Database API or Security API are well-documented.
If you have a specific question about any of those functions do not hesitate to ask.