C# 클래스 Telerik.Web.Mvc.UI.StyleSheetRegistrar

Manages ASP.NET MVC views style sheet files.
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Key string

공개 메소드들

메소드 설명
Render ( ) : void

Writes the stylesheets in the response.

StyleSheetRegistrar ( WebAssetItemCollection styleSheets, System.Web.Mvc.ViewContext viewContext, IWebAssetItemMerger assetItemMerger ) : System

Initializes a new instance of the StyleSheetRegistrar class.

ToHtmlString ( ) : string

보호된 메소드들

메소드 설명
Write ( TextWriter writer ) : void

Writes all stylesheet source.

메소드 상세

Render() 공개 메소드

Writes the stylesheets in the response.
public Render ( ) : void
리턴 void

StyleSheetRegistrar() 공개 메소드

Initializes a new instance of the StyleSheetRegistrar class.
public StyleSheetRegistrar ( WebAssetItemCollection styleSheets, System.Web.Mvc.ViewContext viewContext, IWebAssetItemMerger assetItemMerger ) : System
styleSheets WebAssetItemCollection The style sheets.
viewContext System.Web.Mvc.ViewContext The view context.
assetItemMerger IWebAssetItemMerger The asset merger.
리턴 System

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

Write() 보호된 메소드

Writes all stylesheet source.
protected Write ( TextWriter writer ) : void
writer System.IO.TextWriter The writer.
리턴 void

프로퍼티 상세

Key 공개적으로 정적으로 프로퍼티

Used to ensure that the same instance is used for the same HttpContext.
public static string Key
리턴 string