CSharpTagHelperCodeRenderer.IsDynamicAttributeValue(Chunk) Method

Definition

public:
 static bool IsDynamicAttributeValue(Microsoft::AspNetCore::Razor::Chunks::Chunk ^ attributeValueChunk);
public static bool IsDynamicAttributeValue (Microsoft.AspNetCore.Razor.Chunks.Chunk attributeValueChunk);
static member IsDynamicAttributeValue : Microsoft.AspNetCore.Razor.Chunks.Chunk -> bool
Public Shared Function IsDynamicAttributeValue (attributeValueChunk As Chunk) As Boolean

Parameters

attributeValueChunk
Chunk

Returns

Boolean

Applies to