RazorSourceChecksumAttribute(String, String, String) Constructor

Definition

public:
 RazorSourceChecksumAttribute(System::String ^ checksumAlgorithm, System::String ^ checksum, System::String ^ identifier);
public RazorSourceChecksumAttribute (string checksumAlgorithm, string checksum, string identifier);
new Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute : string * string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute
Public Sub New (checksumAlgorithm As String, checksum As String, identifier As String)

Parameters

checksumAlgorithm
String

The algorithm used to create this checksum.

checksum
String

The checksum as a string of hex-encoded bytes.

identifier
String

The identifier associated with this thumbprint.

Applies to