C# 클래스 PartsUnlimited.ContentDeliveryNetworkExtensions

파일 보기 프로젝트 열기: XpiritBV/PartsUnlimited

공개 메소드들

메소드 설명
Image ( this helper, string src, string alt = null ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
ImageBackground ( this helper, string src ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
Script ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
Styles ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString

비공개 메소드들

메소드 설명
GetCdnSource ( string src ) : string

메소드 상세

Image() 공개 정적인 메소드

public static Image ( this helper, string src, string alt = null ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
src string
alt string
리턴 Microsoft.AspNet.Mvc.Rendering.HtmlString

ImageBackground() 공개 정적인 메소드

public static ImageBackground ( this helper, string src ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
src string
리턴 Microsoft.AspNet.Mvc.Rendering.HtmlString

Script() 공개 정적인 메소드

public static Script ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
contentPath string
리턴 Microsoft.AspNet.Mvc.Rendering.HtmlString

Styles() 공개 정적인 메소드

public static Styles ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
contentPath string
리턴 Microsoft.AspNet.Mvc.Rendering.HtmlString