C# 클래스 Open.Core.Web.HtmlHelperExtensions

Extension methods for the HtmlHelper.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
RenderTestHarness ( this helper, TestHarnessEmbed mode = TestHarnessEmbed.Page ) : void

Renders the TestHarness from the public domain.

RenderUrl ( this helper, string url ) : void

Retrieves HTML from a remote URL and renders it.

비공개 메소드들

메소드 설명
RenderAction ( System.Web.Mvc.HtmlHelper helper, string controller, string action, object parameters ) : void
RenderAction ( this helper, string controller, string action ) : void

메소드 상세

RenderTestHarness() 공개 정적인 메소드

Renders the TestHarness from the public domain.
public static RenderTestHarness ( this helper, TestHarnessEmbed mode = TestHarnessEmbed.Page ) : void
helper this The HTML helper to extend.
mode TestHarnessEmbed The embed mode to use.
리턴 void

RenderUrl() 공개 정적인 메소드

Retrieves HTML from a remote URL and renders it.
public static RenderUrl ( this helper, string url ) : void
helper this The HTML helper to extend.
url string The URL of the remote content.
리턴 void