메소드 | 설명 | |
---|---|---|
HTTPResourcesMappingAttribute ( String UriTemplate, String ResourcesPath, String DefaultFile = "index.html", System.Boolean AllowDirectoryListing = true ) : System |
Generates a new HTTP mapping.
|
public HTTPResourcesMappingAttribute ( String UriTemplate, String ResourcesPath, String DefaultFile = "index.html", System.Boolean AllowDirectoryListing = true ) : System | ||
UriTemplate | String | The URI template. |
ResourcesPath | String | The embedded resources path. |
DefaultFile | String | The default file to load if a path was requested. |
AllowDirectoryListing | System.Boolean | Allow a directory listing if a path was requested. |
리턴 | System |