PerformanceStubs.Core.FluentTagBuilder.WithAttribute C# (CSharp) Method

WithAttribute() public method

public WithAttribute ( string key, string value ) : FluentTagBuilder
key string
value string
return FluentTagBuilder
        public FluentTagBuilder WithAttribute(string key, string value)
        {
            MergeAttribute(key, value);
            return this;
        }