$("#document").html('<iframe src="@Url.Action("PreviewSelectedFile", "PDFForm", new { fileUrl = "_FilePath" }) "'.replace("_FilePath", documentName) + 'id="documentViewIframe" onload="LoadLoader();" frameborder="0" allowfullscreen style="overflow: auto;min-height: 550px;height: 700px;width: 100%;" ></iframe>');
The yellow color text is the method name. I have to hide it.
