When using the following code. The second <li> links to the document however uses the filename instead of the contentName, i want to be able to display the contentName as the link document like the first <li>.
<ul>
<li><a href='{uploadDocument}'>{{contentName}}</a></li>
</ul>
<ul>
<li>{{uploadDocument}}</li>
</ul>
This is the error i receive when clicking on the first link in the list.
Server Error in '/' Application.
A potentially dangerous Request.Path value was detected from the client (<).Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: A potentially dangerous Request.Path value was detected from the client (<).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<).]
System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +11981492
System.Web.PipelineStepManager.ValidateHelper(HttpContext context) +52
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0