C# 클래스 Rebel.Cms.Web.IO.DocumentTypeIconFileResolver

Looks up the document type icons and returns a list of Icon objects
This will lookup all icon files and then search for any files with an associated CSS file which is named with the same name as the icon. This indicates that the the image file is a sprite file and the CSS file defines the sprites. If this is found, we will remove the sprite icon file from the list, then parse it's sprite names from the CSS file and add their names to the collection.
상속: SpriteIconFileResolver
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
DocumentTypeIconFileResolver ( System.Web.HttpServerUtilityBase server, RebelSettings settings, System.Web.Mvc.UrlHelper url ) : System

메소드 상세

DocumentTypeIconFileResolver() 공개 메소드

public DocumentTypeIconFileResolver ( System.Web.HttpServerUtilityBase server, RebelSettings settings, System.Web.Mvc.UrlHelper url ) : System
server System.Web.HttpServerUtilityBase
settings RebelSettings
url System.Web.Mvc.UrlHelper
리턴 System