Common Styles
Syntax
<% CommonStyles %>
Example
<head>
<title>Title of the Application</title>
<!-- Head content -->
<% CommonStyles %>
<!-- Head content -->
</head>
Generated Output
<link rel="stylesheet" href="/static/styles/default.css">
<link rel="stylesheet" href="/static/styles/customcontrol.css">
Last updated
Was this helpful?