Method | Description | |
---|---|---|
StyleSheetHandler ( IRepositoryFactory repositoryFactory ) : System |
Initializes a new instance of the StyleSheetHandler class.
|
Method | Description | |
---|---|---|
PerformRequest ( System.Web.HttpContextBase context, |
Performs the concrete request operation and returns the output as a byte array.
|
protected PerformRequest ( System.Web.HttpContextBase context, |
||
context | System.Web.HttpContextBase | The HTTP context to perform the request for. |
file | The static file to return the contents of. | |
return | byte[] |
public StyleSheetHandler ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | The repository factory to use. |
return | System |