메소드 | 설명 | |
---|---|---|
BinaryRead ( int count ) : byte[] | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
MapImageCoordinates ( string imageFieldName ) : int[] | ||
MapPath ( string virtualPath ) : string | ||
MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string | ||
RewrittenHttpRequest ( System.Web.HttpRequestBase wrappedRequest, string newAppRelativePath ) : System | ||
SaveAs ( string filename, bool includeHeaders ) : void | ||
ToString ( ) : string | ||
ValidateInput ( ) : void | ||
this ( string key ) : string |
public MapImageCoordinates ( string imageFieldName ) : int[] | ||
imageFieldName | string | |
리턴 | int[] |
public MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string | ||
virtualPath | string | |
baseVirtualDir | string | |
allowCrossAppMapping | bool | |
리턴 | string |
public RewrittenHttpRequest ( System.Web.HttpRequestBase wrappedRequest, string newAppRelativePath ) : System | ||
wrappedRequest | System.Web.HttpRequestBase | |
newAppRelativePath | string | |
리턴 | System |
public SaveAs ( string filename, bool includeHeaders ) : void | ||
filename | string | |
includeHeaders | bool | |
리턴 | void |