C# Class EnterpriseWebLibrary.EnterpriseWebFramework.StaticFileHandler

ISU and internal use only.
Inheritance: IHttpHandler
Afficher le fichier Open project: enduracode/enterprise-web-library

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CombineNamespacesAndProcessEwfIfNecessary ( string appNamespace, string appRelativeNamespace ) : string

ISU and internal use only.

GetUrlVersionString ( DateTimeOffset dateAndTime ) : string

Development Utility use only.

IHttpHandler ( HttpContext context ) : void

Method Details

CombineNamespacesAndProcessEwfIfNecessary() public static méthode

ISU and internal use only.
public static CombineNamespacesAndProcessEwfIfNecessary ( string appNamespace, string appRelativeNamespace ) : string
appNamespace string
appRelativeNamespace string
Résultat string

GetUrlVersionString() public static méthode

Development Utility use only.
public static GetUrlVersionString ( DateTimeOffset dateAndTime ) : string
dateAndTime DateTimeOffset
Résultat string

IHttpHandler() public méthode

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void