Table of Contents

Property ContentFactory

Namespace
FS.Hosting.Shared.GlobalObj
Assembly
FS.Hosting.Shared.dll

ContentFactory

Eine Methode, die beim Aufruf des Endpoints den Inhalt zurückgibt. Als Parameter wird der Wert von FS.Hosting.Shared.GlobalObj.ContentDownload.Argument übergeben. Wird diese Methode angegeben, darf das Property Content nicht gefüllt werden.

public Func<object, byte[]> ContentFactory { get; set; }

Property Value

Func<object, byte[]>