File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ <h4>Getting Started</h4>
1313 < li > < a href ="upgrading "> Upgrading</ a > </ li >
1414 < li > < a href ="licensing "> Licensing</ a > </ li >
1515 </ ul >
16-
16+ <!--
1717 <h4>Tutorials</h4>
1818 <ul>
1919 <li><a href="tutorial-compile-execute">Compile & Execute</a></li>
2020 <li><a href="tutorial-linq-dynamic">LINQ Dynamic</a></li>
2121 </ul>
22-
22+ !-->
2323 </ div >
2424</ div >
2525
Original file line number Diff line number Diff line change 1- < a href ="{{ include.href }} "> try it online</ a >
1+ < a href ="{{ include.href }} " target =" _blank " class =" try-it-online " > Try it online</ a >
Original file line number Diff line number Diff line change @@ -576,7 +576,18 @@ var name = nameGetter(customer);
576576 </div>
577577 </div>
578578 </footer>
579-
579+ <style>
580+ figure.highlight {
581+ margin-bottom: 0;
582+ }
583+ figure.highlight pre {
584+ margin-bottom: 5;
585+ }
586+ .try-it-online {
587+ margin-left: 5px;
588+ }
589+
590+ </style>
580591 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
581592 <script src="http://entityframework-plus.net/js/tether.min.js"></script>
582593 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The validate method allow you to know whether your license is valid or not.
5252{% include template-example.html %}
5353{% highlight csharp %}
5454string licenseErrorMessage;
55- if (!Z.Expressions.EvalManager.ValidateLicense(out licenseErrorMessage))
55+ if (!Z.Expressions.EvalManager.ValidateLicense.ValidateLicense (out licenseErrorMessage))
5656{
5757 throw new Exception(licenseErrorMessage);
5858}
You can’t perform that action at this time.
0 commit comments