FileController.GetBlob Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
GetBlob(int, string, int?, int?, string, string)
Writes the specified blob to the output.
public void GetBlob(int id, string name, int? width, int? height, string options, string ext)
Parameters
- id
- int
- name
- string
- width
- int?
- height
- int?
- options
- string
- ext
- string