Method | Description | |
---|---|---|
AddEmbeddedDirectory ( this |
Adds a directory-based convention for embedded static resources
|
public static AddEmbeddedDirectory ( this |
||
conventions | this |
Conventions in which static content will be added |
requestedPath | string | The path that should be matched with the request |
assembly | The assembly that contains the embedded static content | |
contentPath | string | The path to where the content is stored in your application, relative to the root. If this is |
return | void |