C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.StaticFileHandler

ISU and internal use only.
상속: IHttpHandler
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CombineNamespacesAndProcessEwfIfNecessary ( string appNamespace, string appRelativeNamespace ) : string

ISU and internal use only.

GetUrlVersionString ( DateTimeOffset dateAndTime ) : string

Development Utility use only.

IHttpHandler ( HttpContext context ) : void

메소드 상세

CombineNamespacesAndProcessEwfIfNecessary() 공개 정적인 메소드

ISU and internal use only.
public static CombineNamespacesAndProcessEwfIfNecessary ( string appNamespace, string appRelativeNamespace ) : string
appNamespace string
appRelativeNamespace string
리턴 string

GetUrlVersionString() 공개 정적인 메소드

Development Utility use only.
public static GetUrlVersionString ( DateTimeOffset dateAndTime ) : string
dateAndTime DateTimeOffset
리턴 string

IHttpHandler() 공개 메소드

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void