<%
if (!string.IsNullOrEmpty(this.VideoResourcePath.VideoShow))
{
%>
Path:
<%= new HtmlText("Path", this.Path)%>
FileName:
<%= new HtmlText("FileName", this.FileName)%>
Height:
<%= new HtmlText("Height", this.Height)%>
Width:
<%= new HtmlText("Width", this.Width)%>
ValueControl:
<%= new HtmlText("ValueControl", Request.GetFormValue("valueControl"))%>
ReturnControl:
<%= new HtmlText("ReturnControl", Request.GetFormValue("returnControl"))%>