C# Класс MvcContrib.UI.BlockRenderer

Renders an Action delegate and captures all output to a string.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BlockRenderer ( System.Web.HttpContextBase httpContext ) : System
Capture ( System.Action viewRenderer ) : string

Renders the action and returns a string.

Описание методов

BlockRenderer() публичный Метод

public BlockRenderer ( System.Web.HttpContextBase httpContext ) : System
httpContext System.Web.HttpContextBase
Результат System

Capture() публичный Метод

Renders the action and returns a string.
public Capture ( System.Action viewRenderer ) : string
viewRenderer System.Action The delegate to render.
Результат string