Method | Description | |
---|---|---|
GetImage ( object id ) : Task |
Gets the image using the given identifier.
|
|
IsValidRequest ( string path ) : bool |
Gets a value indicating whether the current request passes sanitizing rules.
|
public GetImage ( object id ) : Task |
||
id | object | /// The value identifying the image to fetch. /// |
return | Task |
public IsValidRequest ( string path ) : bool | ||
path | string | /// The image path. /// |
return | bool |