Contains the std.format formattable template code. Arguments in order are: string action, string method, string formArguments, string html html is last so you can embed it using %4$s without throwing an orphan arguments exception.
See Implementation
Contains the std.format formattable template code.
Arguments in order are: string action, string method, string formArguments, string html
html is last so you can embed it using %4$s without throwing an orphan arguments exception.