k-object tag¶
To display details or information of a single item.
k-object tag creates an object for a class, which can be used throughout the page.
Code example:
1 2 3 4 5 6 | <html k-object="System.Exception: No matching Action found for the expression. at KitsuneSyntaxParser.Models.ParseTress.Parse(Node node)"> <head k-dl="/u"> <title> </title> </head> <body>...</body> </html> |
This creates post
object for updates class, which can be used throught the page for getting the information about a particular update.
1 2 3 4 5 6 | <h3></h3> <div class="image group"> <div class="grid span_2_of_1"> <p></p> </div> </div> |