C# Class NSoft.NFramework.Web.WebControlUtils

UserControl 조작에 사용되는 Utility Class
显示文件 Open project: debop/NFramework

Public Methods

Method Description
RenderControlAsString ( this ctrl ) : string

Control를 Rendering 해서 문자열로 반환한다.

Method Details

RenderControlAsString() public static method

Control를 Rendering 해서 문자열로 반환한다.
public static RenderControlAsString ( this ctrl ) : string
ctrl this control to render as string
return string